Class: Mok::Label

Inherits:
Element show all
Defined in:
lib/mokelement.rb

Instance Attribute Summary

Attributes inherited from Element

#contents

Instance Method Summary collapse

Methods inherited from Element

#add=, #initialize

Constructor Details

This class inherits a constructor from Mok::Element

Instance Method Details

#applyObject



166
167
168
169
# File 'lib/mokelement.rb', line 166

def apply
#      "#{@contents[1]}(#{@contents[0]}) mok-label-#{@contents[2]}"
  "#{@contents[1]}(#{@contents[0]}):#{@contents[2]}"
end