Method: CLOptionType#to_bytes

Defined in:
lib/types/cl_option_type.rb,
lib/types/cl_option_type.rb

#to_bytesObject



40
41
42
43
# File 'lib/types/cl_option_type.rb', line 40

def to_bytes
  arr = []
  arr << @tag << @inner.get_tag
end