class Guard::CLI

def init(guard_name = nil)

Parameters:
  • guard_name (String) -- the name of the Guard to initialize

Other tags:
    See: Guard.initialize_template -
def init(guard_name = nil)
  verify_bundler_presence
  ::Guard.initialize_template(guard_name)
end