Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > parse error, unexpected $, expecting kEND instantrails

Reply
Thread Tools

parse error, unexpected $, expecting kEND instantrails

 
 
Raju Gautam
Guest
Posts: n/a
 
      10-29-2006
I have come to this "parse error, unexpected $, expecting kEND" error
while attempting to implement the Heatmap (ruby and javascript) on one
of my project. I did my lots of tried using different versions of
ruby/instantrails package but could not overcome this error.
Please suggest me anyone how can i implement the heatmap in my site
using ruby.
With Regards
Raju Gautam

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Robert Klemme
Guest
Posts: n/a
 
      10-29-2006
Raju Gautam wrote:
> I have come to this "parse error, unexpected $, expecting kEND" error
> while attempting to implement the Heatmap (ruby and javascript) on one
> of my project. I did my lots of tried using different versions of
> ruby/instantrails package but could not overcome this error.
> Please suggest me anyone how can i implement the heatmap in my site
> using ruby.


You have a syntax error probably missing a matching "end".

$ ruby -c -w -e 'class Foo; def bar() end'
-e:1: parse error, unexpected $, expecting kEND

You probably want to use an editor that does syntax highlighting to find
the missing piece. Code beautifiers often help also.

Regards

robert
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
parse error, unexpected PORT, expecting OPENPAR or TICK or LSQBRACK krishlal925 VHDL 2 03-31-2011 11:34 PM
syntax error, unexpected '}', expecting kEND Louise Rains Ruby 4 08-11-2010 10:23 PM
genie.rb:20: syntax error, unexpected $end, expecting kEND Alec Williams Ruby 2 07-19-2009 07:30 AM
unexpected kEND, expecting $ Comfort Eagle Ruby 2 11-23-2006 10:32 PM
parse error, unexpected $, expecting kEND Slain Wilde Ruby 1 08-09-2006 03:34 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57