Class: String

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

Instance Method Summary collapse

Instance Method Details

#production?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/monkey_patch_happy/string_patch.rb', line 2

def production?
  self == "production"
end