RubyFlow The Ruby and Rails community linklog

awesome_print 0.3.0 released, adds support for object.methods

The latest version of awesome_print gem adds human readable formatting of object.methods that includes method arguments and owner class. It also features better compatibility with Ruby 1.9.2 and Rails 3. Check it out at https://github.com/michaeldv/awesome_print.

Comments

Can’t make it work with Rails 2.3.8 console, got “SystemStackError: stack level too deep”. Works fine with irb/debugger.

Care to provide some details about your environment? $ ./script/console Loading development environment (Rails 2.3.8) >> require "ap" => [] >> ap RUBY_VERSION => `ruby -v` { "1.8.7" => "ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]\n" } => nil

I am still struggling to learn this stuff, its really giving me a hard time, I just cant find the time to get good at it.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in