Class: RMasm::Extern
Instance Attribute Summary
Attributes inherited from Directive
Instance Method Summary collapse
-
#initialize ⇒ Extern
constructor
A new instance of Extern.
- #label(arg) ⇒ Object
- #proc(*args) ⇒ Object
Methods inherited from Directive
Constructor Details
#initialize ⇒ Extern
Returns a new instance of Extern.
22 23 24 |
# File 'lib/rmasm/extern.rb', line 22 def initialize() super :extern end |