Class: Haxe::Ds::StringMap

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/haxe/ds/string_map.rb

Instance Method Summary collapse

Constructor Details

#initializeStringMap

Returns a new instance of StringMap.



8
9
# File 'lib/lib/haxe/ds/string_map.rb', line 8

def initialize
end

Instance Method Details

#get(key) ⇒ Object



11
12
13
# File 'lib/lib/haxe/ds/string_map.rb', line 11

def get(key)
  self[key]
end