Ron wrote:
> Hi,
> 
> irb(main):001:0> require 'tk'
> LoadError: no such file to load -- tk
>         from (irb):1:in `require'
>         from (irb):1


do you have the line
require "tk"

at the top of your program?


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