Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/dokkit/hash.rb
Instance Method Summary collapse
Instance Method Details
#delete_clear ⇒ Object
22 23 24 |
# File 'lib/dokkit/hash.rb', line 22 def delete_clear nil end |
#include_clear? ⇒ Boolean
19 20 21 |
# File 'lib/dokkit/hash.rb', line 19 def include_clear? self == 'clear' end |