Module: Hanami::Reloader::Commands::Guardfile

Defined in:
lib/hanami/reloader/commands.rb

Overview

Guardfile

Class Method Summary collapse

Class Method Details

.default_pathObject



14
15
16
# File 'lib/hanami/reloader/commands.rb', line 14

def self.default_path
  path("Guardfile")
end

.groupObject



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