I put the class "Hello" in a file named 'hello.rb', placed the file in the 'lib',
and 'autoload' the 'lib' directory by putting in the following line in the 'Application.rb' file:
It worked like a charm! I can invoke the class method of my "Hello" class in Rails Console! Hooary!config.autoload_paths += %W(#{config.root}/lib)