34 35 36
# File 'lib/rmasm/label.rb', line 34 def _(*args) Label.define(self,*args) end
38 39 40
# File 'lib/rmasm/label.rb', line 38 def __(*args) Label.define(self,*args) end
42 43 44
# File 'lib/rmasm/label.rb', line 42 def label(*args) Label.define(self,*args) end