Method: Symbol#to_orient

Defined in:
lib/other.rb

#to_orientObject

symbols are masked with “:symbol:”



66
67
68
# File 'lib/other.rb', line 66

def to_orient
  ":"+self.to_s+":"
end