class Codeshift::Options
Attributes
file_path[RW]
transform[RW]
Public Class Methods
new()
click to toggle source
# File lib/codeshift/options.rb, line 8 def initialize @file_path = nil @transform = './transform.rb' end