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