Returns a new instance of Area.
6 7 8
# File 'lib/is/area.rb', line 6 def initialize(points) @area = points.map { |it| Is::Point.new *it } end