method

new

ruby latest stable - Class: Rake::InvocationChain

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

new(value, tail)
public

No documentation available.

# File lib/rake/invocation_chain.rb, line 7
    def initialize(value, tail)
      @value = value
      @tail = tail
    end