lib/runnable/command_parser.rb in runnable-0.1.1 vs lib/runnable/command_parser.rb in runnable-0.1.2

- old
+ new

@@ -14,13 +14,14 @@ # # You should have received a copy of the GNU General Public License # along with Runnable. If not, see <http://www.gnu.org/licenses/>. -# <p>Base class to create a command-line parameter parser.</p> -# <p>It holds that parameters in a hash and the child has +# 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.</p> +# to the standard used. class Command_parser # Create a new instance of the parser. def initialize @params = {} end