# File lib/bacon.rb, line 58
    def spaces
      "  " * (Counter[:context_depth] - 1)
    end