class Symbol
Public Instance Methods
smatch(regexp)
click to toggle source
# File lib/origen/core_ext/symbol.rb, line 2 def smatch(regexp) to_s.match(regexp) end
# File lib/origen/core_ext/symbol.rb, line 2 def smatch(regexp) to_s.match(regexp) end