# File lib/commander/help_formatters.rb, line 12
      def get_binding
        @target.instance_eval { binding }.tap do |bind|
          decorate_binding(bind)
        end
      end