class VirtFS::CamcorderFS::CcDelegate
Directory class methods - called by CamcorderFS::FS
. Methods are wraped in delegate class for camcorder interposition.
Directory instance methods - called by CamcorderFS::Dir
instances. Methods are wraped in delegate class for camcorder interposition.
File
class methods - called by CamcorderFS::FS
. Methods are wraped in delegate class for camcorder interposition.
File
instance methods - called by CamcorderFS::File
instances. Methods are wraped in delegate class for camcorder interposition.
Private Instance Methods
instance_call(method, instance_handle, *args)
click to toggle source
# File lib/virtfs/camcorderfs/cc_delegate.rb, line 13 def instance_call(method, instance_handle, *args) instance_handle.send(method, *args) end