class Slickr::Generators::Behavior

Public Instance Methods

start() click to toggle source
# File lib/slickr/generators/behavior.rb, line 4
def start
  template "behavior.erb", "lib/behaviors/#{name}.rb"
end