class ROBundle::RODir::AnnotationsDir

The managed annotations directory within the .ro directory.

For internal use only.

Public Class Methods

new click to toggle source

Create a new annotations managed directory. The directory is hidden under normal circumstances.

Calls superclass method
    # File lib/ro-bundle/ro/directory.rb
114 def initialize
115   super(DIR_NAME, :hidden => true)
116 end