Flowdock
regexp() public

Returns the regexp.

m = /a.*b/.match("abc")
m.regexp #=> /a.*b/
Show source
Register or log in to add new notes.