Closed y8 closed 2 years ago
class NiceType < BinData end class Bar < BinDara nice_type :baz end
My little typo would generate Bar#nice_type instead of Bar#baz 😬
Bar#nice_type
Bar#baz
fixed in 1.10.0
My little typo would generate
Bar#nice_type
instead ofBar#baz
😬