reidmorrison / jruby-jms

Complete JRuby API into Java Messaging Specification (JMS)
Apache License 2.0
47 stars 21 forks source link

Port WebSphereMQ workaround to ruby 1.9 syntax #18

Closed apaolini closed 9 years ago

apaolini commented 9 years ago

In 1.9 syntax instance_methods return symbols, not strings. Replaced instance_methods.include? with method_defined?. Should be backward compatible with 1.8.