X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!talisker.lacave.net!lacave.net!not-for-mail From: Brian Candler Newsgroups: comp.lang.ruby Subject: Re: error: undefined method Date: Thu, 21 Apr 2011 04:20:18 -0500 Organization: Service de news de lacave.net Lines: 25 Message-ID: <6bf9e978bb2982e4bc2fb9eda30f7736@ruby-forum.com> References: <0bfc818aaade1cf1852b483c69c7074b@ruby-forum.com> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1303377649 18229 65.111.164.187 (21 Apr 2011 09:20:49 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Thu, 21 Apr 2011 09:20:49 +0000 (UTC) In-Reply-To: <0bfc818aaade1cf1852b483c69c7074b@ruby-forum.com> X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 381985 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <6bf9e978bb2982e4bc2fb9eda30f7736@ruby-forum.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:3299 Siratinee Sukachai wrote in post #994228: > Any suggestions? Yes - make a standalone minimal program which demonstrates the problem. You're showing your code out of context - we can't see what class each method is defined in. If you can make a simple program which demonstrates the problem, then we can run it, and can debug it for you - although more than likely you'll find the problem yourself as part of the process of boiling it down to a simple case. Right now, the code you've posted isn't even valid Ruby: class ConvertToYaml { ... } # wrong class ConvertToYaml ... end # right -- Posted via http://www.ruby-forum.com/.