Class: AssociativeArray

Inherits:
Object
  • Object
show all
Defined in:
lib/its_a_map/associative_array.rb

Class Method Summary collapse

Class Method Details

.nameObject



5
# File 'lib/its_a_map/associative_array.rb', line 5

def self.name; to_s; end

.to_sObject



4
# File 'lib/its_a_map/associative_array.rb', line 4

def self.to_s; @__to_s ||= super.sub(/(.*)Hash/, '\1AssociativeArray'); end