Method: Rex::Poly::LogicalRegister#name
- Defined in:
- lib/rex/poly/register.rb
#name ⇒ Object (readonly)
Returns the variable (friendly) name for the register that was passed to the constructor.
70 71 72 |
# File 'lib/rex/poly/register.rb', line 70 def name @name end |