class MsPac::Error::PelletNotInstalled

Public Class Methods

new(pellet = "unknown") click to toggle source
Calls superclass method
# File lib/mspac/error/pellet_not_installed.rb, line 2
def initialize(pellet = "unknown")
    super("Pellet not installed: #{pellet}")
end