boot/fancy_ext/class.rb in fancy-0.6.0 vs boot/fancy_ext/class.rb in fancy-0.7.0

- old
+ new

@@ -21,6 +21,7 @@ define_method("method_missing") do |method_name, *args| self.send("unknown_message:with_params:", method_name, args) end end + public :public, :private, :protected, :include, :extend end