tag_start

tag_start(name, attrs)
Instance Public methods

Called when a tag is encountered. @p name the tag name @p attrs an array of arrays of attribute/value pairs, suitable for use with assoc or rassoc. IE, <tag attr1=âvalue1â attr2=âvalue2â> will result in #tag_start( âtagâ, # [[âattr1â,âvalue1â],])

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.