Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object

Raises:

  • (ArgumentError)


101
102
103
# File 'lib/reverse_geocode.rb', line 101

def /(other)
  raise ArgumentError, "Unknown method '/' called on nil with #{other.inspect}. Maybe you were looking for a Hash?"
end