Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#boolean!(default: false) ⇒ Object



156
157
158
# File 'lib/opswalrus/patches.rb', line 156

def boolean!(default: false)
  self
end

#integer!(default: 0) ⇒ Object



164
165
166
# File 'lib/opswalrus/patches.rb', line 164

def integer!(default: 0)
  default
end

#string!(default: "") ⇒ Object



160
161
162
# File 'lib/opswalrus/patches.rb', line 160

def string!(default: "")
  to_s
end