java_importJava::javafx.beans.binding.StringBindingclassRubyStringBinding < StringBindingdefinitialize(property:,method:)super()@property,@method=property,methodbind@propertyenddefcomputeValueproperty_value=@property.getreturnunlessproperty_valueproperty_value.__send__@methodendend
The Java bindings provided from Bindings assumes Java reflective lookup so they cannot see our Ruby methods...
The Java bindings provided from Bindings assumes Java reflective lookup so they cannot see our Ruby methods...