module PurplishFrame::HasSizeWidthHeight
Public Instance Methods
height()
click to toggle source
# File lib/purplish-frame/non-ui/has_size_width_height.rb, line 7 def height size.height end
width()
click to toggle source
# File lib/purplish-frame/non-ui/has_size_width_height.rb, line 3 def width size.width end