Method: Avm::ApplicationScms::Base#to_s

Defined in:
lib/avm/application_scms/base.rb

#to_sString

Returns:

  • (String)


29
30
31
# File 'lib/avm/application_scms/base.rb', line 29

def to_s
  "#{type_name}[#{to_s_type_specific}]"
end