Sha256: 422ac4d3af16d79c53234f27732cfeba662cfa113a934d56dfe80b8d40573440
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
require 'thor' module Zoku class Common include Thor::Base include Thor::Shell include Thor::Actions def initialize(target_path = '') @target_path = target_path end def base_path File.join(File.expand_path(File.dirname(__FILE__))) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zoku-0.0.1 | lib/zoku/common.rb |