Method: XcodeProject::RootNode#find_object!
- Defined in:
- lib/xcodeproject/root_node.rb
#find_object!(isa, hash = {}) ⇒ Object
87 88 89 90 91 |
# File 'lib/xcodeproject/root_node.rb', line 87 def find_object!(isa, hash = {}) obj = find_object(isa, hash) raise ParseError if obj.nil? obj end |