Class: WinFFI::SIZE
- Defined in:
- lib/win-ffi/core/struct/size.rb
Overview
Instance Method Summary collapse
Methods inherited from FFIStruct
Instance Method Details
#to_s ⇒ Object
7 8 9 |
# File 'lib/win-ffi/core/struct/size.rb', line 7 def to_s "Size x=#{x}, y=#{y}" end |