Libraries
»
daff
(1.3.26)
»
Index
»
Coopy
»
CombinedTable
»
#resize
Method: Coopy::CombinedTable#resize
Defined in:
lib/lib/coopy/combined_table.rb
#
resize
(w, h) ⇒
Object
88 89 90
# File 'lib/lib/coopy/combined_table.rb', line 88
def
resize
(
w
,
h
)
@core
.
resize
(
h
,
w
)
end