# File lib/treetop/runtime/interval_skip_list/interval_skip_list.rb, line 165
  def node_inside_range?(node, range)
    node.key < range.last
  end