module Memstat
Constants
- Error
- VERSION
Public Class Methods
linux?()
click to toggle source
# File lib/memstat.rb, line 19 def linux? RUBY_PLATFORM =~ /linux/ end
Private Instance Methods
linux?()
click to toggle source
# File lib/memstat.rb, line 19 def linux? RUBY_PLATFORM =~ /linux/ end