module CukeModeler::Taggable
@api private
A mix-in module containing methods used by models that represent an element that can be tagged. Internal helper class.
Attributes
Public Instance Methods
Private Instance Methods
tag_output_string()
click to toggle source
# File lib/cuke_modeler/taggable.rb, line 44 def tag_output_string tags.map(&:name).join(' ') end