class FruityBuilder::HelperCommandError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/fruity_builder.rb, line 87
def initialize(msg)
  super(msg)
end