class Notiffany::Notifier::Base::UnsupportedPlatform

Public Class Methods

new() click to toggle source
# File lib/notiffany/notifier/base.rb, line 40
def initialize
  super "Unsupported platform #{RbConfig::CONFIG['host_os'].inspect}"
end