Method: RBS::DefinitionBuilder::MethodBuilder::Methods#initialize

Defined in:
lib/rbs/definition_builder/method_builder.rb

#initialize(type:) ⇒ Methods

Returns a new instance of Methods.



30
31
32
33
# File 'lib/rbs/definition_builder/method_builder.rb', line 30

def initialize(type:)
  @type = type
  @methods = {}
end