# File lib/search_cop_grammar.rb, line 96
def
text_value
super
.
gsub
(
/^'|'$/
,
""
)
end