class Jquery::Generators::InstallGenerator

def copy_jquery_ui

def copy_jquery_ui
  if options.ui?
    say_status("copying", "jQuery UI (#{@@jquery_ui_version})", :green)
    copy_file "jquery-ui.js", "public/javascripts/jquery-ui.js"
    copy_file "jquery-ui.min.js", "public/javascripts/jquery-ui.min.js"
  end
end