lib/rubysmith/builders/documentation.rb in rubysmith-0.7.0 vs lib/rubysmith/builders/documentation.rb in rubysmith-0.8.0
- old
+ new
@@ -14,10 +14,10 @@
end
def call
return unless realm.build_documentation
- private_methods.grep(/render_/).each { |method| __send__ method }
+ private_methods.sort.grep(/render_/).each { |method| __send__ method }
end
private
attr_reader :realm, :builder