# File lib/liquid/range_lookup.rb, line 13
    def initialize(start_obj, end_obj)
      @start_obj = start_obj
      @end_obj = end_obj
    end