☰
Home
Pages
Classes
Methods
Ancestors
Object
BasicObject
Instance Methods
smatch
class Symbol
Public Instance Methods
smatch
(regexp)
Source
# File lib/origen/core_ext/symbol.rb, line 2
def
smatch
(
regexp
)
to_s
.
match
(
regexp
)
end