class Recipes::Spring

Public Instance Methods

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