Method: Slather::Project.open

Defined in:
lib/slather/project.rb

.open(xcodeproj) ⇒ Object



52
53
54
55
56
# File 'lib/slather/project.rb', line 52

def self.open(xcodeproj)
  proj = super
  proj.xcodeproj = xcodeproj
  proj
end