class Jquery::Generators::InstallGenerator

def copy_jquery

def copy_jquery
  say_status("copying", "jQuery (#{@@jquery_version})", :green)
  copy_file "jquery.js", "public/javascripts/jquery.js"
  copy_file "jquery.min.js", "public/javascripts/jquery.min.js"
end