Method: Beaver#has

Defined in:
lib/beaver.rb

#has(opt) ⇒ Object

Check if an option is present



40
41
42
# File 'lib/beaver.rb', line 40

def has(opt)
  @opts.include? opt
end