Method: RBS::Types::Literal#initialize

Defined in:
lib/rbs/types.rb

#initialize(literal:, location:) ⇒ Literal

Returns a new instance of Literal.



908
909
910
911
# File 'lib/rbs/types.rb', line 908

def initialize(literal:, location:)
  @literal = literal
  @location = location
end