Class: HashMap::KeyNotProvided
- Inherits:
-
Object
- Object
- HashMap::KeyNotProvided
- Defined in:
- lib/hash_map.rb
Instance Method Summary collapse
Instance Method Details
#as_json(arg = nil) ⇒ Object
15 16 17 |
# File 'lib/hash_map.rb', line 15 def as_json(arg = nil) nil end |
#to_json ⇒ Object
12 13 14 |
# File 'lib/hash_map.rb', line 12 def to_json nil end |
#to_s ⇒ Object
9 10 11 |
# File 'lib/hash_map.rb', line 9 def to_s 'nil' end |