lib/clamp/subcommand/parsing.rb in clamp-1.0.1 vs lib/clamp/subcommand/parsing.rb in clamp-1.1.0
- old
+ new
@@ -1,16 +1,16 @@
-require 'clamp/subcommand/execution'
+require "clamp/subcommand/execution"
module Clamp
module Subcommand
module Parsing
protected
def parse_subcommand
return false unless self.class.has_subcommands?
- self.extend(Subcommand::Execution)
+ extend(Subcommand::Execution)
end
private
def default_subcommand_name