Module: Hanami::Reloader::Commands::Guardfile
- Defined in:
- lib/hanami/reloader/commands.rb
Overview
Guardfile
Class Method Summary collapse
Class Method Details
.default_path ⇒ Object
14 15 16 |
# File 'lib/hanami/reloader/commands.rb', line 14 def self.default_path path("Guardfile") end |
.group ⇒ Object
10 11 12 |
# File 'lib/hanami/reloader/commands.rb', line 10 def self.group "server" end |
.path(value) ⇒ Object
18 19 20 |
# File 'lib/hanami/reloader/commands.rb', line 18 def self.path(value) value end |