Class: Crawdad::Tokens::Glue
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Crawdad::Tokens::Glue
- Defined in:
- lib/crawdad/ffi/tokens.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
37 38 39 |
# File 'lib/crawdad/ffi/tokens.rb', line 37 def inspect "(glue %.2f %.2f %.2f)" % [self[:width], self[:stretch], self[:shrink]] end |