Class: RMasm::BinIOMode
Overview
Default stacker class for BinIOMode. The default mode for binio is little endian.
Constant Summary collapse
- VALUE =
:little
Instance Attribute Summary
Attributes inherited from Stacker
Instance Method Summary collapse
-
#initialize(*args) ⇒ BinIOMode
constructor
Initialize alignment.
-
#to_s ⇒ Object
Friendly to string.
Methods inherited from Stacker
Constructor Details
Instance Method Details
#to_s ⇒ Object
Friendly to string
82 83 84 |
# File 'lib/rmasm/binio.rb', line 82 def to_s() "BinIO mode, value = #{value}, stack = [#{stack * ' , '})]" end |