Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#has_error?Boolean

Returns:

  • (Boolean)


262
263
264
# File 'lib/adnruby.rb', line 262

def has_error?
  self.has_key? "error"
end