sentence.rb revision ce80a0a9e18afd22d5594a62a1be499771bce774
end
\s*
\s*
(?:
(?<first_class>.+)
)
\s*
\s*
(?:
(?<second_class>.+)
)
\s*}x)
if match
[match[:first_class].strip, match[:second_class].strip]
else
[]
end
end
end
end