Class: Crawdad::Tokens::Box

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

Instance Method Summary collapse

Instance Method Details

#inspectObject



18
19
20
# File 'lib/crawdad/ffi/tokens.rb', line 18

def inspect
  "(box %.2f %s)" % [self[:width], self[:content].inspect]
end