class Solargraph::Source::Chain::Literal

def initialize type

Parameters:
  • type (String) --
def initialize type
  @type = type
  @complex_type = ComplexType.try_parse(type)
end