samples/g.rb in fattr-1.1.0 vs samples/g.rb in fattr-2.0.0

- old
+ new

@@ -3,10 +3,10 @@ # shortcut method # require 'fattr' class C - class << self + class << C fattr 'a' => 4 end Fattr 'b' => 2 end