Sha256: 736a640be3ef93fb34cc52c5fb7bf585e588456198e33c411de1bbb0f0e8a1e0
Contents?: true
Size: 291 Bytes
Versions: 22
Compression:
Stored size: 291 Bytes
Contents
# -*- coding: utf-8 -*- require 'xot/universal_accessor' require 'reflex/shape' module Reflex class RectShape < Shape universal_accessor :nsegment, :round, :round_left_top, :round_right_top, :round_left_bottom, :round_right_bottom end# RectShape end# Reflex
Version data entries
22 entries across 22 versions & 1 rubygems