# File lib/vmstat/solaris.rb, line 66 def self.included base base.instance_eval do def cpu; Vmstat::Solaris.cpu end def boot_time; Vmstat::Solaris.boot_time end def memory; Vmstat::Solaris.memory end def network_interfaces; Vmstat::Solaris.network_interfaces end end end