class OngrDeploy::Application

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/ongr_deploy/application.rb, line 7
def initialize
  super

  @rakefiles = [File.expand_path( "../../tasks/ongr_deploy.rake", __FILE__ )]
end

Public Instance Methods

run() click to toggle source
Calls superclass method
# File lib/ongr_deploy/application.rb, line 13
def run
  Rake.application = self

  super
end