Class: Rake::Funnel::Tasks::BinPath

Inherits:
TaskLib
  • Object
show all
Defined in:
lib/rake/funnel/tasks/bin_path.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, &task_block) ⇒ BinPath

Returns a new instance of BinPath.



9
10
11
12
13
# File 'lib/rake/funnel/tasks/bin_path.rb', line 9

def initialize(*args, &task_block)
  setup_ivars(args)

  define(args, &task_block)
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/rake/funnel/tasks/bin_path.rb', line 7

def name
  @name
end

#search_patternObject

Returns the value of attribute search_pattern.



7
8
9
# File 'lib/rake/funnel/tasks/bin_path.rb', line 7

def search_pattern
  @search_pattern
end