#!/usr/bin/env ruby $:.push File.expand_path("#{File.dirname(__FILE__)}/../lib") require 'namer' Namer.new(ARGV)