Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/other.rb,
lib/other.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
108 109 110 |
# File 'lib/other.rb', line 108 def from_orient self end |
#to_orient ⇒ Object
256 257 258 |
# File 'lib/other.rb', line 256 def to_orient ":"+self.to_s+":" end |