Module: TEALrb::ByteOpcodes
- Included in:
- Contract
- Defined in:
- lib/tealrb/byte_opcodes.rb
Instance Method Summary collapse
Instance Method Details
#byte_b32(b32) ⇒ Object
9 10 11 |
# File 'lib/tealrb/byte_opcodes.rb', line 9 def byte_b32(b32) @teal << "byte b32 #{b32}" end |
#byte_b64(b64) ⇒ Object
5 6 7 |
# File 'lib/tealrb/byte_opcodes.rb', line 5 def byte_b64(b64) @teal << "byte b64 #{b64}" end |