Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/adnruby.rb
Instance Method Summary collapse
Instance Method Details
#has_error? ⇒ Boolean
331 332 333 |
# File 'lib/adnruby.rb', line 331 def has_error? self.has_key? "error" end |