DEBSOURCES
Skip Quicknav
sources / ruby-dependor / 1.0.1-3 / lib / dependor / sending_injector.rb
123456789
class Dependor::SendingInjector def initialize(context) @context = context end def get(name) @context.__send__(name) end end