class Griddle::Rectangle

Public Class Methods

create(top_left, bottom_right) click to toggle source
# File lib/griddle/rectangle.rb, line 5
def self.create(top_left, bottom_right)
  top_left.to_rectangle(bottom_right)
end