Class: String

Inherits:
Object show all
Defined in:
lib/multiarray.rb

Instance Method Summary collapse

Instance Method Details

#method_nameObject



702
703
704
# File 'lib/multiarray.rb', line 702

def method_name
  tr '(),+\-*/%.@?~&|^<=>', '0123\456789ABCDEFGH'
end