Sha256: ac890ffcbd03bf8f569d67bf6fbfc3f54c69d8e031394fad1e4b989f63f3fd55

Contents?: true

Size: 149 Bytes

Versions: 6

Compression:

Stored size: 149 Bytes

Contents

module YARD
  module CodeObjects
    class RootObject < ModuleObject
      def path; "" end
      def inspect; "#<yardoc root>" end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yard-0.2.3.5 lib/yard/code_objects/root_object.rb
yard-0.2.3.4 lib/yard/code_objects/root_object.rb
yard-0.2.3.2 lib/yard/code_objects/root_object.rb
yard-0.2.3.3 lib/yard/code_objects/root_object.rb
yard-0.2.2 lib/yard/code_objects/root_object.rb
yard-0.2.3 lib/yard/code_objects/root_object.rb