Hi there,
I've got some Java integration happening within a ruote-rest
participant, and in true Java style an object I'm accessing has a "get"
method for property access. What's really interesting is the
Rufus::Sixjo is eating that get method, and returning its own array
(with contents GET#<Rufus::Sixjo::Route:0xb6c4762c>).
This is really simple to test, just put the following code into a
participant (or, I suspect, anywhere in response to a request in
ruote-rest):
bob = Class.new
def bob.get
"hello world"
end
puts bob.new.get("test").to_s
and you will never see "hello world".
Is there any way to disable this "get" method munching? I've just
started looking into the Sixjo code, but I wondered if there's something
simple I'm missing?
Thanks,
Corin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---