Method: Jars::Classpath#classpath_string

Defined in:
lib/jars/classpath.rb

#classpath_string(scope = nil) ⇒ Object



72
73
74
# File 'lib/jars/classpath.rb', line 72

def classpath_string( scope = nil )
  classpath( scope ).join( File::PATH_SEPARATOR )
end