Method: Guard::Options#fetch
- Defined in:
- lib/guard/options.rb
#fetch(name) ⇒ Object
workaround for: github.com/erikhuda/thor/issues/504
18 19 20 |
# File 'lib/guard/options.rb', line 18 def fetch(name) super(name.to_s) end |
workaround for: github.com/erikhuda/thor/issues/504
18 19 20 |
# File 'lib/guard/options.rb', line 18 def fetch(name) super(name.to_s) end |