Method: CTypes::Pad#pretty_print

Defined in:
lib/ctypes/pad.rb

#pretty_print(q) ⇒ Object



43
44
45
# File 'lib/ctypes/pad.rb', line 43

def pretty_print(q)
  q.text("pad(%d)" % @size)
end