Class: RubyPager::Intersect

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_pager/intersect.rb

Instance Method Summary collapse

Constructor Details

#initialize(ex_object1, ex_object2, ex_mode) ⇒ Intersect

Returns a new instance of Intersect.



7
8
9
# File 'lib/ruby_pager/intersect.rb', line 7

def initialize(ex_object1, ex_object2, ex_mode)

end

Instance Method Details

#intersects?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/ruby_pager/intersect.rb', line 11

def intersects?

end

#overlap_percentageObject



15
16
17
# File 'lib/ruby_pager/intersect.rb', line 15

def overlap_percentage

end