1 2 3 4 5 6 7
class Test def some_method puts "doing stuff...no bigs" end end a_method = Test.method(:some_method)