Module: RMasm::SymbolExtension
- Included in:
- Symbol
- Defined in:
- lib/rmasm/label.rb
Instance Method Summary collapse
Instance Method Details
#_(*args) ⇒ Object
34 35 36 |
# File 'lib/rmasm/label.rb', line 34 def _(*args) Label.define(self,*args) end |
#__(*args) ⇒ Object
38 39 40 |
# File 'lib/rmasm/label.rb', line 38 def __(*args) Label.define(self,*args) end |
#label(*args) ⇒ Object
42 43 44 |
# File 'lib/rmasm/label.rb', line 42 def label(*args) Label.define(self,*args) end |