Class: Jamef::Errors::NoClassArg

Inherits:
Object
  • Object
show all
Defined in:
lib/jamef/errors/no_class_arg.rb

Instance Method Summary collapse

Constructor Details

#initializeNoClassArg

Returns a new instance of NoClassArg.



5
6
7
# File 'lib/jamef/errors/no_class_arg.rb', line 5

def initialize
  super "Pass the first argument"
end