Module: RakeUi
- Defined in:
- lib/rake-ui.rb,
lib/rake-ui/engine.rb,
lib/rake-ui/version.rb,
app/models/rake_ui/rake_task.rb,
app/models/rake_ui/rake_task_log.rb,
app/helpers/rake_ui/application_helper.rb,
app/controllers/rake_ui/rake_tasks_controller.rb,
app/controllers/rake_ui/application_controller.rb,
app/controllers/rake_ui/rake_task_logs_controller.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: ApplicationController, Engine, RakeTask, RakeTaskLog, RakeTaskLogsController, RakeTasksController
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.configuration {|_self| ... } ⇒ Object
9 10 11 12 |
# File 'lib/rake-ui.rb', line 9 def self.configuration yield(self) if block_given? self end |