Module: B64GRAMMAR::AppStringB643

Defined in:
lib/cbor-diagnostic-app/b64grammar.rb

Instance Method Summary collapse

Instance Method Details

#B1Object



45
46
47
# File 'lib/cbor-diagnostic-app/b64grammar.rb', line 45

def B1
  elements[1]
end

#B2Object



53
54
55
# File 'lib/cbor-diagnostic-app/b64grammar.rb', line 53

def B2
  elements[3]
end

#B3Object



57
58
59
# File 'lib/cbor-diagnostic-app/b64grammar.rb', line 57

def B3
  elements[5]
end

#b64dig1Object



41
42
43
# File 'lib/cbor-diagnostic-app/b64grammar.rb', line 41

def b64dig1
  elements[0]
end

#b64dig2Object



49
50
51
# File 'lib/cbor-diagnostic-app/b64grammar.rb', line 49

def b64dig2
  elements[2]
end