# File temp/parsers/baseparser.rb, line 156 def position if @source.respond_to? :position @source.position else # FIXME 0 end end