class Recipes::Listen

Public Instance Methods

create() click to toggle source
# File lib/potassium/recipes/listen.rb, line 2
def create
  gather_gems(:development) do
    gather_gem('listen')
  end
end