module Pigtail
require ‘shellwords’
Constants
- VERSION
Public Class Methods
configs(options)
click to toggle source
# File lib/pigtail.rb, line 8 def self.configs(options) Pigtail::Configs.new(options).generate_configs_output end
path()
click to toggle source
# File lib/pigtail.rb, line 12 def self.path Dir.pwd end