Skip to content

Commit

Permalink
Small fix in readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatosilva committed Jul 27, 2014
1 parent ce37a80 commit d5aa1fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ puts "Option specified: --some-boolean" if $options[:some_boolean]
# Parameter option
value = $options[:some_value]
if value
value = $options[:some_value]
type = value.is_a?(Fixnum)? "number" : "string"
puts "Option specified: --some-value is #{value} (a #{type})"
end
Expand Down

0 comments on commit d5aa1fd

Please sign in to comment.