class Zoku::Common

Public Class Methods

new(target_path = '') click to toggle source
# File lib/zoku/common.rb, line 9
def initialize(target_path = '')
  @target_path = target_path
end

Public Instance Methods

base_path() click to toggle source
# File lib/zoku/common.rb, line 13
def base_path
  File.join(File.expand_path(File.dirname(__FILE__)))
end