if you override the method in ruby land and “only call it from ruby
land” then it will call your overridden method.
If you need to override a method in “java land” then you’ll need to
subclass the class I guess and override it there, and just use your
subclass.
HTH.
-r
Thanks for that. Unfortunately the method in question is used deep
down in the Java driver. I have compiled my change into a custom jar
which will ship with my gem. I have raised a Jira enhancement
request. I will have to live with a custom jar for now.
G
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.