class DirFriend::OS
Public Class Methods
mac?()
click to toggle source
# File lib/dir_friend/d.rb, line 5 def self.mac? RbConfig::CONFIG['host_os'].match /mac|darwin/ end
# File lib/dir_friend/d.rb, line 5 def self.mac? RbConfig::CONFIG['host_os'].match /mac|darwin/ end