s = "Joe can't tell between 'large' and large."puts s.gsub(/\B'\b|\b'\B/, '')
Standard input is empty
Joe can't tell between large and large.
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!