#!/usr/local/bin/ruby class C def get_self() return self end end c = C.new() p(c) # # p(c.get_self()) # #