class DebugHelper::DirHandler
Public Instance Methods
calls_for_class()
click to toggle source
# File lib/debug_helper/dir_handler.rb, line 11 def calls_for_class [ [:entries, obj.path], [:exist?, obj.path], ] end
calls_for_instance()
click to toggle source
# File lib/debug_helper/dir_handler.rb, line 5 def calls_for_instance [ [:path], ] end