module Guard

def _pluginless_guardfile?

TODO: obsoleted? (move to Dsl?)
def _pluginless_guardfile?
  state.session.plugins.all.empty?
end