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 = path.to_s @type = type.to_s end
type
(#to_s)
-- @see type
path
(#to_s)
-- @see path
def initialize(path, type = 'group') @path = path.to_s @type = type.to_s end