lib/run_loop/ipa.rb in run_loop-1.4.1 vs lib/run_loop/ipa.rb in run_loop-1.5.0
- old
+ new
@@ -33,9 +33,14 @@
# @!visibility private
def to_s
"#<IPA: #{bundle_identifier}: '#{path}'>"
end
+ # @!visibility private
+ def inspect
+ to_s
+ end
+
# The bundle identifier of this ipa.
# @return [String] A string representation of this ipa's CFBundleIdentifier
# @raise [RuntimeError] If ipa does not expand into a Payload/<app name>.app
# directory.
# @raise [RuntimeError] If an Info.plist does exist in the .app.