Is there a way to do something like this:
>Location.get_info
......
>Location.get_info --help
outputs info on the location; lazily loads hours
where the output is embedded as maybe an rdoc style comment? I am looking to be able to have quick documentation for a set of seed commands for our rails app
thx