Libraries
»
origen
(0.60.14)
»
Index (S)
»
Symbol
Class: Symbol
Inherits:
Object
Object
Symbol
show all
Defined in:
lib/origen/core_ext/symbol.rb
Instance Method Summary
collapse
#
smatch
(regexp) ⇒ Object
Instance Method Details
#
smatch
(regexp) ⇒
Object
2 3 4
# File 'lib/origen/core_ext/symbol.rb', line 2
def
smatch
(
regexp
)
to_s
.
match
(
regexp
)
end