Does Ruby have the concept of an "anonymous" method, similar to Perl's sub {} (noting the lack of a subroutine name). I want to store methods in a hash of lists in an interactive program. Thank you,