Method: Symbol#to_orient
- Defined in:
- lib/other.rb
#to_orient ⇒ Object
symbols are masked with “:symbol:”
66 67 68 |
# File 'lib/other.rb', line 66 def to_orient ":"+self.to_s+":" end |
symbols are masked with “:symbol:”
66 67 68 |
# File 'lib/other.rb', line 66 def to_orient ":"+self.to_s+":" end |