Method: Java::Classpath#initialize
- Defined in:
- lib/java/classpath.rb
#initialize(root_dir) ⇒ Classpath
Returns a new instance of Classpath.
7 8 9 10 11 |
# File 'lib/java/classpath.rb', line 7 def initialize(root_dir) @root = root_dir @locations = [] self end |