# File lib/clamp/subcommand/declaration.rb, line 43 def default_subcommand=(name) raise Clamp::DeclarationError, "default_subcommand must be defined before subcommands" if has_subcommands? @default_subcommand = name end