class MiniPortile

def self.darwin?

def self.darwin?
  target_os =~ /darwin/
end