Exception: OsxSub::PlistBuddyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/osxsub/plist_buddy.rb

Instance Method Summary collapse

Instance Method Details

#exists?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/osxsub/plist_buddy.rb', line 3

def exists?
  !message.match(/Does Not Exist$/)
end