Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/other.rb,
lib/other.rb

Instance Method Summary collapse

Instance Method Details

#from_orientObject



141
142
143
# File 'lib/other.rb', line 141

def from_orient
  self
end

#to_aObject



144
145
146
# File 'lib/other.rb', line 144

def to_a
  [ self ]
end

#to_orientObject



306
307
308
# File 'lib/other.rb', line 306

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