Method: Origami::Name#to_s

Defined in:
lib/origami/name.rb

#to_sObject

:nodoc:



75
76
77
# File 'lib/origami/name.rb', line 75

def to_s #:nodoc:
    super(TOKENS.first + Name.expand(@value))
end