Sha256: dccf41eb5bcceb7d7564fc772985ed89c29e39cf653d4726b4b44d2feef7e85e

Contents?: true

Size: 342 Bytes

Versions: 3

Compression:

Stored size: 342 Bytes

Contents

require "javy_tool/version"

module JavyTool
  autoload :Utils, "javy_tool/utils"
  autoload :Breadcrumb, "javy_tool/breadcrumb"
  mattr_accessor :tool_config
  mattr_accessor :upload_path
  @@upload_path = "/tmp"

  def self.setup
    yield self
  end
  def self.options
    @@options ||= {
      :upload_path => upload_path
    }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
javy_tool-0.0.3 lib/javy_tool.rb
javy_tool-0.0.2 lib/javy_tool.rb
javy_tool-0.0.1 lib/javy_tool.rb