class String def to_x gsub /[^\w\s]/, '' end end p 'ab#'.to_x
? gsub 前不需要 self?
You come from python?
Self is the default
#1 楼 @blacktulip 谢谢,是这样的。不是太熟悉。