Class: String

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

Instance Method Summary collapse

Instance Method Details

#method_nameObject



710
711
712
# File 'lib/multiarray.rb', line 710

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