Class: Crawdad::Tokens::Box
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Crawdad::Tokens::Box
- Defined in:
- lib/crawdad/ffi/tokens.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
18 19 20 |
# File 'lib/crawdad/ffi/tokens.rb', line 18 def inspect "(box %.2f %s)" % [self[:width], self[:content].inspect] end |