Closed malcolm-pro closed 5 years ago
Add jruby
to .travis.yml
c.f. https://docs.travis-ci.com/user/languages/ruby/#specifying-ruby-versions-and-implementations
I guess this is a little more in depth; there is some code that explicitly references the BindingNinja constant. I wonder if it would be worth refactoring that library to give it API-parity with binding_of_caller.
@mmcfarland-cavulus I think there are 2 patterns.
binding_ninja
. (maybe this is hard)rspec-parameterized
for hide the difference between binding_ninja
and binding_of_caller
@joker1007 Do you think which is better?
2 is better.
I think so.
I guess that I can implement a code branching for binding_of_caller at table_syntax.rb
binding_ninja will support jruby soon.
I have already released v0.4.2 that is supported JRuby.
for issue #49