Module: Platform
- Included in:
- RememberTheMeeting
- Defined in:
- lib/remember_the_meeting/platform.rb
Instance Method Summary collapse
Instance Method Details
#linux? ⇒ Boolean
2 3 4 |
# File 'lib/remember_the_meeting/platform.rb', line 2 def linux? RUBY_PLATFORM =~ /linux/ end |