On 17 June 2010 12:21, Michael Sopira <sop...@gmail.com> wrote:
> I get this error
>
> /Users/sopira/rubydev/hello/app/models/spracovatel.rb:5: syntax error,
> unexpected kEND, expecting $end
>
> on the 5th line of the code, which has got just (and only) 5 line:
>
> CODE:
> Class Spracovatel

That should be class not Class

Colin

>  def spracovat
>    return 5
>  end
> end
>
> What can cause this error?
> After digging all the internet I have not found any idea.
> Maybe here.
>
> Thanks,
> Michael.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to