class Regexp

Public Class Methods

string() click to toggle source

@return [Regexp] single and double quoted strings

# File lib/ruby_ext/regexp.rb, line 5
def self.string
  /['"][^'"]*['"]/
end