Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/other.rb,
lib/other.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
141 142 143 |
# File 'lib/other.rb', line 141 def from_orient self end |
#to_a ⇒ Object
144 145 146 |
# File 'lib/other.rb', line 144 def to_a [ self ] end |
#to_orient ⇒ Object
306 307 308 |
# File 'lib/other.rb', line 306 def to_orient ":"+self.to_s+":" end |