Methods
Public Instance methods
[ show source ]
# File lib/rake.rb, line 444
444: def append(value)
445: InvocationChain.new(value, self)
446: end
[ show source ]
# File lib/rake.rb, line 441
441: def member?(obj)
442: false
443: end
[ show source ]
# File lib/rake.rb, line 447
447: def to_s
448: "TOP"
449: end