class Tomahawk::DirectiveGroups::Directory
Public Instance Methods
to_str(generator = Tomahawk::Generators::Directory)
click to toggle source
# File lib/tomahawk/directive_groups/directory.rb, line 4 def to_str(generator = Tomahawk::Generators::Directory) generator.new(self).to_s end