Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/monkey_patch_happy/string_patch.rb
Instance Method Summary collapse
Instance Method Details
#production? ⇒ Boolean
2 3 4 |
# File 'lib/monkey_patch_happy/string_patch.rb', line 2 def production? self == "production" end |