class Tomahawk::DirectiveGroups::GenericDirectiveGroup
Public Instance Methods
name()
click to toggle source
# File lib/tomahawk/directive_groups/generic_directive_group.rb, line 8 def name raise NameError, "Generic directive group found, but no name set – don't know how to proceed" end
to_str(generator = Generators::GenericDirectiveGroup)
click to toggle source
# File lib/tomahawk/directive_groups/generic_directive_group.rb, line 4 def to_str(generator = Generators::GenericDirectiveGroup) generator.new(self).to_s end