Skip to content

Commit

Permalink
Update lib/thor/parser/options.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 16, 2012
1 parent 2466138 commit f1ea599
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/thor/parser/options.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
class Thor
# This is a modified version of Daniel Berger's Getopt::Long class, licensed
# under Ruby's license.
#
class Options < Arguments #:nodoc:
LONG_RE = /^(--\w+(?:-\w+)*)$/
SHORT_RE = /^(-[a-z])$/i
Expand Down

0 comments on commit f1ea599

Please sign in to comment.