Module: UpcGen

Defined in:
lib/upc_gen.rb,
lib/upc_gen/shell.rb,
lib/upc_gen/version.rb,
lib/upc_gen/upc_generator.rb

Defined Under Namespace

Classes: Shell, UpcGenerator

Constant Summary collapse

VERSION =
"1.0.1".freeze

Class Method Summary collapse

Class Method Details

.rootObject



8
9
10
# File 'lib/upc_gen.rb', line 8

def self.root
  Pathname.new(File.absolute_path(File.join(File.dirname(__FILE__), "..")))
end