Class: Rake::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/rake/opt/keyword_args/patches/rake/application.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_taskObject

Returns the value of attribute current_task.



5
6
7
# File 'lib/rake/opt/keyword_args/patches/rake/application.rb', line 5

def current_task
  @current_task
end

#last_argsObject

Returns the value of attribute last_args.



4
5
6
# File 'lib/rake/opt/keyword_args/patches/rake/application.rb', line 4

def last_args
  @last_args
end