sentence.rb revision 653f8d7c88abc38a2c42f12b80b3e3efd882e039
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