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