lib/yard/code_objects/method_object.rb in yard-0.9.0 vs lib/yard/code_objects/method_object.rb in yard-0.9.1

- old
+ new

@@ -1,5 +1,8 @@ module YARD::CodeObjects + register_separator CSEP, :method + register_separator ISEP, :method + # Represents a Ruby method in source class MethodObject < Base # The scope of the method (+:class+ or +:instance+) # # @return [Symbol] the scope