module JavyTool

Constants

VERSION

Public Class Methods

options() click to toggle source
# File lib/javy_tool.rb, line 16
def self.options
  @@options ||= {
    :upload_path => upload_path
  }
end
setup() { |self| ... } click to toggle source
# File lib/javy_tool.rb, line 13
def self.setup
  yield self
end