class Xcodeproj::Workspace::FileReference
def initialize(path, type = 'group')
-
type(#to_s) -- @see type -
path(#to_s) -- @see path
def initialize(path, type = 'group') @path = Pathname.new(path.to_s).cleanpath.to_s @type = type.to_s end