Class: Symbol

Inherits:
Object show all
Defined in:
lib/amrita2/core.rb

Instance Method Summary collapse

Instance Method Details

#internObject

treat Symbol and String equally



26
27
28
# File 'lib/amrita2/core.rb', line 26

def intern
  self
end