Sha256: 5f7f87baee2b244a712393859c442cb62e57572c27cdf5c7bf51c24ffcc24090

Contents?: true

Size: 399 Bytes

Versions: 1

Compression:

Stored size: 399 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../../lib', __FILE__)
require 'alf'
require "rspec"

Alf::Lispy.extend(Alf::Lispy)

def rel(*args)
  Alf::Relation.coerce(args)
end
def tuple(h)
  h
end
def _(path, file)
  File.expand_path("../#{path}", file)
end

def wlang(str, binding)
  str.gsub(/\$\(([\S]+)\)/){ Kernel.eval($1, binding) }
end

require 'shared/an_operator_class'
require 'shared/a_value'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alf-0.9.3 spec/spec_helper.rb