lib/roflbot/sentence.tt in roflbot-0.0.3 vs lib/roflbot/sentence.tt in roflbot-0.0.4
- old
+ new
@@ -31,10 +31,10 @@
end
}
end
rule word
- [a-zA-Z0-9]+ {
+ [a-zA-Z0-9']+ {
def to_s(env = {})
text_value
end
}
end