lib/perfect_shape/shape.rb in perfect-shape-0.0.5 vs lib/perfect_shape/shape.rb in perfect-shape-0.0.6

- old
+ new

@@ -18,9 +18,10 @@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. module PerfectShape + # Superclass of all shapes class Shape # Normalizes point args whether two-number Array or x, y args returning # normalized point array of two BigDecimal's # # @param x_or_point The point or X coordinate of the point to test.