Module: CW::OStest
- Included in:
- AudioPlayer
- Defined in:
- lib/cw/os.rb
Instance Method Summary collapse
Instance Method Details
#is_mac? ⇒ Boolean
5 6 7 |
# File 'lib/cw/os.rb', line 5 def is_mac? OS.mac? end |
#is_posix? ⇒ Boolean
9 10 11 |
# File 'lib/cw/os.rb', line 9 def is_posix? OS.posix? end |