Module: OS::Mac::Sandbox::ClassMethods Private
- Extended by:
- T::Helpers
- Defined in:
- extend/os/mac/sandbox.rb
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Instance Method Summary collapse
- #available? ⇒ Boolean private
- #terminal_ioctl_request ⇒ Integer private
Instance Method Details
#available? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
66 67 68 |
# File 'extend/os/mac/sandbox.rb', line 66 def available? File.executable?(SANDBOX_EXEC) end |
#terminal_ioctl_request ⇒ Integer
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
71 72 73 |
# File 'extend/os/mac/sandbox.rb', line 71 def terminal_ioctl_request TIOCSCTTY end |