class Babl::Builder::BoundOperator

Attributes

context[R]
scope[R]

Public Class Methods

new(context, &scope) click to toggle source
# File lib/babl/builder/chain_builder.rb, line 75
def initialize(context, &scope)
    @context = context
    @scope = scope
end