module Beardley::Core
Constants
- VERSION
Public Class Methods
classpath()
click to toggle source
# File lib/beardley/core.rb, line 7 def self.classpath return Dir[Pathname.new(__FILE__).dirname.join("..", "..", "vendor", "java", "*.jar")].collect{ |path| Pathname.new(path) } end