module Guileless::TagLibrary
Public Instance Methods
closing(tags)
click to toggle source
# File lib/guileless/tag_library.rb, line 3 def closing(tags) tags.map{|t| "/#{t}" } end
# File lib/guileless/tag_library.rb, line 3 def closing(tags) tags.map{|t| "/#{t}" } end