Class: Crawdad::Tokens::Glue

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/crawdad/ffi/tokens.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



37
38
39
# File 'lib/crawdad/ffi/tokens.rb', line 37

def inspect
  "(glue %.2f %.2f %.2f)" % [self[:width], self[:stretch], self[:shrink]]
end