module CukeModeler::Taggable
NOT A PART OF THE PUBLIC API A mix-in module containing methods used by models that represent an element that can be tagged.
Attributes
Public Instance Methods
Private Instance Methods
tag_output_string()
click to toggle source
# File lib/cuke_modeler/taggable.rb, line 26 def tag_output_string tags.map(&:name).join(' ') end