Method: ZScan::BSpec#int8

Defined in:
lib/zscan/bspec.rb

#int8(opts = nil) ⇒ Object



21
22
23
24
# File 'lib/zscan/bspec.rb', line 21

def int8 opts=nil
  _append_expect 1, 'c', opts
  ZScan::BSpec._append self, 5
end