class Guard::Guardfile::Evaluator

def _guardfile_contents_without_user_config

Returns:
  • (String) - the Guardfile content
def _guardfile_contents_without_user_config
  options[:guardfile_contents] || ''
end