# File lib/markaby/rails/current.rb, line 62
      def url_for(options={})
        case options
        when Markaby::Fragment
          super(options.to_s)
        else
          super
        end
      end