# File lib/ruby_lexer.rb, line 1292 def is_space_arg? c = "x" is_arg? and space_seen and c !~ /\s/ end