Kiriashi 117 Report post Posted August 27, 2010 How'd I do? class Class_Test def initialize @leons_kiwis = 9000 @markeds_kiwis = 0 @kiriashis_kiwis = 9001 print @kiriashis_kiwis display_kiwi_amount end def display_kiwi_amount print @markeds_kiwis print @leons_kiwis end end Class_Test.new I was having trouble for the longest time when I realized I was trying to print a local_variable that was defined in a different method. xD Share this post Link to post Share on other sites
Marked 197 Report post Posted August 28, 2010 It works :P However I don't see why I get 0 kiwis considering I am the only kiwi. This is illogical. Share this post Link to post Share on other sites
Kiriashi 117 Report post Posted August 28, 2010 Haha. I know it works, I just wanna know if I pass so I can move on. ^~^ I gave you zero kiwis because you ARE a kiwi. Share this post Link to post Share on other sites
Polraudio 122 Report post Posted August 28, 2010 :clap: It works but you fail. Sorry. Reason: Didnt use my name anywhere. Share this post Link to post Share on other sites