From: Don Pick Date: 2013-03-28T12:35:20+09:00 Subject: undefined local variable or method 'math' I am learning Ruby. In irb I type: math.sqrt(9) undefined local variable or method 'math' for main:Object How do I troubleshoot this? -- Posted via http://www.ruby-forum.com/.