class Guard::Dsl

def guardfile_contents

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