Method: Guard::Moonrope#initialize
- Defined in:
- lib/moonrope/guard.rb
#initialize(options) ⇒ Moonrope
Returns a new instance of Moonrope.
3 4 5 6 7 8 |
# File 'lib/moonrope/guard.rb', line 3 def initialize() super = [:source] ||= "api" [:destination] ||= ".apidoc" end |