Janosch Müller
Janosch Müller
Disclaimer: I've read the disclaimer and I'm very happy about the unintrusive mindset :) That being said, I think there are some cops that would benefit future users of this...
Many (all?) Chargebee models respond to the "object" method. E.g. ```ruby session = ChargeBee::PortalSession.create(...).portal_session session.object # => 'portal_session' ``` however, they say that they don't: ```ruby session.respond_to?(:object) # => false...
Issue extracted from #21. E.g. ruby does this: ```ruby /\1()/.match?('foo') # => false ``` but the resulting js regex, with the same source, produces a zero-length match on any string.
Issue extracted from #21. Onigmo applies https://www.unicode.org/Public/UNIDATA/SpecialCasing.txt both ways in case insensitive mode, but only for literals, ranges, positive unicode properties outside of charsets, positive or negated properties inside charsets,...