class Thor

def subcommands

def subcommands
  @subcommands ||= from_superclass(:subcommands, [])
end