35 36 37
# File 'lib/app-cli.rb', line 35 def self.subcommands self.class_variable_defined?(:@@subcommands) ? @@subcommands : [] end