# File lib/sugar-high/arguments.rb, line 14
  def args
    (self =~ /\w+\s+\w+/) ? self.split : self
  end