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, line 114
def initialize
  super(DIR_NAME, :hidden => true)
end