enspirit / bmg

Bmg, Alf's successor, A Ruby Relational Algebra
MIT License
234 stars 8 forks source link

[WIP] Add Extend operator, including in Relation's API. #1

Closed ygu closed 6 years ago

ygu commented 6 years ago

Don't get why I get the following error when testing this code :



     ArgumentError:
       wrong number of arguments (given 1, expected 2)
     # ./spec/unit/test_relation.rb:96:in `block (4 levels) in <module:Bmg>'
     # ./lib/bmg/operator/extend.rb:30:in `block in extend_it'```