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 =
"0.0.2"
Class Method Summary collapse
Class Method Details
.root ⇒ Object
8 9 10 |
# File 'lib/upc_gen.rb', line 8 def self.root Pathname.new(File.absolute_path(File.join(File.dirname(__FILE__), '..'))) end |