class EmptySymbol
Public Instance Methods
==(sym)
click to toggle source
# File lib/origami/name.rb, line 28 def ==(sym) sym.is_a?(EmptySymbol) end
id2name()
click to toggle source
# File lib/origami/name.rb, line 32 def id2name "" end
Also aliased as: to_s
inspect()
click to toggle source
# File lib/origami/name.rb, line 45 def inspect ":" end
to_o()
click to toggle source
# File lib/origami/name.rb, line 41 def to_o Name.new("") end
to_sym()
click to toggle source
# File lib/origami/name.rb, line 37 def to_sym self end