In Files

Methods

Included Modules

Files

Class/Module Index [+]

Quicksearch

Tins::GO::EnumerableExtension

Public Instance Methods

each(&block) click to toggle source
# File lib/tins/go.rb, line 10
def each(&block)
  @arguments.each(&block)
  self
end
push(argument) click to toggle source
# File lib/tins/go.rb, line 4
def push(argument)
  @arguments ||= []
  @arguments.push argument
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.