module SnipSnip

Top-level wrapper module.

Constants

VERSION

The current version of the gem.

Public Class Methods

logger() click to toggle source

The logger object used to report unused columns.

# File lib/snip_snip.rb, line 11
def self.logger
  @logger ||= Logger.new(Rails.root.join('log', 'snip-snip.log'))
end