summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsigurdsvela <sigurd@bergsvela.com>2015-04-09 13:41:42 +0200
committersigurdsvela <sigurd@bergsvela.com>2015-04-09 13:41:42 +0200
commite40ea9af34f7db564db5611c00dbb125160d1bd1 (patch)
tree7c55683bf1cdfdcf41d1e88112dea3c95c579b74
parent1d83c13b408738f8a14cea035fe9be892b8b1277 (diff)
downloadslop-e40ea9af34f7db564db5611c00dbb125160d1bd1.tar.gz
Remove semi-colon and extraneous whitespace in error
-rw-r--r--lib/slop/error.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop/error.rb b/lib/slop/error.rb
index 909225d..03a5807 100644
--- a/lib/slop/error.rb
+++ b/lib/slop/error.rb
@@ -24,7 +24,7 @@ module Slop
# Raised when an unknown option is parsed. Suppress
# with the `suppress_errors` config option.
- class UnknownOption < Error;
+ class UnknownOption < Error
attr_reader :flag
def initialize(msg, flag)