class Guard::Dsl

def guardfile_path

Returns:
  • (String) - the path to the Guardfile
def guardfile_path
  @@options ? @@options[:guardfile_path] : ''
end