Method: XcodeProject::Data#group

Defined in:
lib/xcodeproject/data.rb

#group(gpath) ⇒ Object



49
50
51
# File 'lib/xcodeproject/data.rb', line 49

def group(gpath)
  main_group.group(gpath)
end