class Shred::Generator

Public Class Methods

source_root() click to toggle source
# File lib/shred.rb, line 107
def self.source_root
  File.dirname(__FILE__)
end

Public Instance Methods

create_config_file() click to toggle source
# File lib/shred.rb, line 111
def create_config_file
  template('shred.yml.tt', 'shred.yml')
end