this room is being decommissioned - move on over to https://gitter.im/reactrb/chat
catmando on master
Update README.md we've moved (compare)
should this pass????:
require 'spec_helper'
class Foo
define_method :some_bar do
"bar1"
end
def bar
"bar2"
end
end
describe "TestMethod" do
it 'you can redefine a method' do
expect(Foo.new.some_bar).to eq("bar2")
end
end
You would think so, but it does not!
Not being a user of React or React.rb, I'm not sure what a reactive-sequel gem would do. But if you want to discuss it in the Google Group or IRC, I'm available there.