# File lib/cell/view_model.rb, line 91
      def call(state=:show, *args, &block)
        content = render_state(state, *args, &block)
        content.to_s
      end