# File lib/pervasives.rb, line 13 def self.call o, m, *a, &b list = case o when Class then [Class, Module, Object] when Module then [Module, Object] when Object then [Object] end type = list.detect{|type| Methods[type]["#{ m }"]} m = Methods[type]["#{ m }"] ( m ).bind( o ).call( *a, &b ) end
Generated with the Darkfish Rdoc Generator 2.