Method: BitClust::NameUtils.gvarname?
- Defined in:
- lib/bitclust/nameutils.rb
.gvarname?(str) ⇒ Boolean
110 111 112 |
# File 'lib/bitclust/nameutils.rb', line 110 def gvarname?(str) GVAR_RE =~ str ? true : false end |
110 111 112 |
# File 'lib/bitclust/nameutils.rb', line 110 def gvarname?(str) GVAR_RE =~ str ? true : false end |