Method: XcodeMove::File#initialize

Defined in:
lib/xcmv/file.rb

#initialize(path) ⇒ File

Returns a new instance of File.



6
7
8
9
# File 'lib/xcmv/file.rb', line 6

def initialize(path)
  path = Pathname.new path
  @path = path.expand_path
end