Tput::Namespace::Size
Inherits Reference / Object
Constructors
new(width : Int32, height : Int32)
SourceClass methods
[](width, height)
def [](arg : Int32) case arg when 0 @width when 1 @height else raise IndexError.new "Index out of bounds" end end
Instance methods
height
Sourceheight=(height : Int32)
Sourceto_s(io)
Sourcewidth
Sourcewidth=(width : Int32)
Source