YorickPeterse/ruby-lint

View on GitHub
lib/ruby-lint/definitions/core/failed_message.rb

Summary

Maintainability
A
0 mins
Test Coverage
# This file was automatically generated, any manual changes will be lost the
# next time this file is generated.
#
# Platform: rbx 2.2.3.n364

RubyLint.registry.register('FailedMessage') do |defs|
  defs.define_constant('FailedMessage') do |klass|
    klass.inherits(defs.constant_proxy('Object', RubyLint.registry))

  end
end