Libraries
»
narou
(3.3.1)
»
Index
»
HTML
»
#delete_tag
Method: HTML#delete_tag
Defined in:
lib/html.rb
#
delete_tag
(text = @string) ⇒
Object
61 62 63
# File 'lib/html.rb', line 61
def
delete_tag
(
text
=
@string
)
text
.
gsub
(
/<.+?>/
,
""
)
end