Class: Transpec::Syntax::MethodStub::NoMessageAllowanceRecord
- Defined in:
- lib/transpec/syntax/method_stub.rb
Constant Summary
Constants inherited from Record
Record::OVERRIDDE_FORBIDDEN_METHODS
Instance Attribute Summary
Attributes inherited from Record
#annotation, #converted_syntax_type, #original_syntax_type
Instance Method Summary collapse
-
#initialize(method_stub) ⇒ NoMessageAllowanceRecord
constructor
A new instance of NoMessageAllowanceRecord.
Methods inherited from Record
#==, #converted_syntax, #hash, #original_syntax, #to_s
Constructor Details
#initialize(method_stub) ⇒ NoMessageAllowanceRecord
Returns a new instance of NoMessageAllowanceRecord.
238 239 240 |
# File 'lib/transpec/syntax/method_stub.rb', line 238 def initialize(method_stub, *) @method_stub = method_stub end |