class Rulz::Evaluator::Base

Public Class Methods

new(receiver, *args) click to toggle source
# File lib/rulz/evaluator.rb, line 6
def initialize(receiver, *args)
  @receiver = receiver
  @args = args || []
end

Public Instance Methods

it() click to toggle source
# File lib/rulz/evaluator.rb, line 11
def it
  @receiver
end
Also aliased as: its
its()
Alias for: it