Method: Guard::Options#fetch

Defined in:
lib/guard/options.rb

#fetch(name) ⇒ Object



18
19
20
# File 'lib/guard/options.rb', line 18

def fetch(name)
  super(name.to_s)
end