lib/rubysmith/builders/documentation.rb in rubysmith-0.4.0 vs lib/rubysmith/builders/documentation.rb in rubysmith-0.5.0

- old
+ new

@@ -14,10 +14,10 @@ end def call return unless realm.build_documentation - private_methods.grep(/render_/).each(&method(:__send__)) + private_methods.grep(/render_/).each { |method| __send__ method } end private attr_reader :realm, :builder