Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…rang a bell :-)
  • Loading branch information
webmat committed Aug 4, 2008
1 parent 3767465 commit ff271e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/param_reader.rb
Expand Up @@ -45,7 +45,7 @@ def explain_mode!(argv)
end

def silent!(argv)
argv.delete('--silent') ? true : false
!!argv.delete('--silent')
end

def get_action(action)
Expand Down

0 comments on commit ff271e0

Please sign in to comment.