class Symbol

Public Instance Methods

to_a() click to toggle source
# File lib/other.rb, line 62
def to_a
  [ self ]
end
to_or() click to toggle source
# File lib/other.rb, line 69
def to_or
"'"+self.to_orient+"'"
end
to_orient() click to toggle source

symbols are masked with “:{symbol}:”

# File lib/other.rb, line 66
def to_orient
  ":"+self.to_s+":"
end