class Object

Public Instance Methods

spy(c) click to toggle source

@file @brief @author ongaeshi @date 2011/03/09

# File lib/rubyspy.rb, line 7
def spy(c)
  RubySpy::p_classtree(c)
end