Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#has_error?Boolean

Returns:

  • (Boolean)


331
332
333
# File 'lib/adnruby.rb', line 331

def has_error?
  self.has_key? "error"
end