Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#boolean!(default: false) ⇒ Object



170
171
172
# File 'lib/opswalrus/patches.rb', line 170

def boolean!(default: false)
  self
end

#integer!(default: 0) ⇒ Object



178
179
180
# File 'lib/opswalrus/patches.rb', line 178

def integer!(default: 0)
  default
end

#string!(default: "") ⇒ Object



174
175
176
# File 'lib/opswalrus/patches.rb', line 174

def string!(default: "")
  to_s
end