Janosch Müller

Results 12 issues of 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...