Libraries
»
mathemagical
(0.0.1)
»
Index
»
Mathemagical
»
LaTeX
»
Scanner
»
#scan_space
Method: Mathemagical::LaTeX::Scanner#scan_space
Defined in:
lib/mathemagical/latex.rb
#
scan_space
⇒
Object
41 42 43
# File 'lib/mathemagical/latex.rb', line 41
def
scan_space
_scan
(
/#{RE::SPACE}+/
)
end