lib/runnable/command_parser.rb in runnable-0.2.0 vs lib/runnable/command_parser.rb in runnable-0.2.1

- old
+ new

@@ -19,10 +19,10 @@ # Base class to create a command-line parameter parser. # # It holds that parameters in a hash and the child has # to be the one who return the formatted string according # to the standard used. -class Command_parser +class CommandParser # Create a new instance of the parser. def initialize @params = {} end