Conversation
|
the library is supporting quite a few legacy ruby versions, will have to do a few work arounds to support BasicObject on newer versions. |
|
incompatibilities between ruby 2.3.1(version i have installed on my system) and 1.8.7 i found while solving this issue were, str="" ruby - 2.3.1 str_meta.superclass == str.class #true str_meta.ancestors[0] == str.class #false Object.instance_methods #returns array of symbols ruby - 1.8.7 str_meta.superclass == str.class #false str_meta.ancestors[0] == str.class #true Object.instance_methods #returns array of strings |
|
kudos to the braveheart maintainer who is supporting all these versions. |
Doing BasicObject.new , gives this error
Hirb Error: undefined method `respond_to?' for #BasicObject:0x007fa7c4ed23a8