Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gems/rspec-expectations-3.8.4/lib/rspec/matchers/dsl.rb
- def method_missing(method, *args, &block)
- @matcher_execution_context.__send__ method, *args, &block
- gems/rspec-expectations-3.8.4/lib/rspec/matchers/matcher_delegator.rb
- def method_missing(*args, &block)
- base_matcher.__send__(*args, &block)
- gems/newrelic_rpm-6.6.0.358/lib/new_relic/agent/log_once.rb
- def log_once(level, key, *msgs)
- self.send(level, *msgs)
- gems/launchy-2.4.3/lib/launchy/descendant_tracker.rb
- def find_child( method, *args )
- child.send( method, *args )
- gems/listen-3.1.5/lib/listen/adapter/base.rb
- def _log(*args, &block)
- Listen::Logger.send(*args, &block)
- gems/yard-0.9.20/lib/yard/tags/overload_tag.rb
- def method_missing(*args, &block)
- object.send(*args, &block)
- gems/yard-0.9.20/lib/yard/code_objects/extended_method_object.rb
- def method_missing(sym, *args, &block)
- @del.__send__(sym, *args, &block) end
- gems/yard-0.9.20/lib/yard/code_objects/proxy.rb
- def method_missing(meth, *args, &block)
- to_obj.__send__(meth, *args, &block)
- gems/yard-0.9.20/lib/yard/serializers/yardoc_serializer.rb
- def method_missing(meth, *args, &block)
- @object.send(meth, *args, &block)
- gems/yard-0.9.20/lib/yard/verifier.rb
- def method_missing(sym, *args, &block)
- object.send(sym, *args, &block)
- gems/tins-1.21.1/lib/tins/proc_prelude.rb
- def map_apply(my_method, *args, &my_proc)
- lambda { |x, y| my_proc.call(x, y.__send__(my_method, *args)) }
- gems/tins-1.21.1/lib/tins/ask_and_send.rb
- def ask_and_send(method_name, *args, &block)
- __send__(method_name, *args, &block)
- gems/tins-1.21.1/lib/tins/ask_and_send.rb
- def ask_and_send!(method_name, *args, &block)
- __send__(method_name, *args, &block)
- gems/tins-1.21.1/lib/tins/ask_and_send.rb
- def ask_and_send_or_self(method_name, *args, &block)
- __send__(method_name, *args, &block)
- gems/tins-1.21.1/lib/tins/ask_and_send.rb
- def ask_and_send_or_self!(method_name, *args, &block)
- __send__(method_name, *args, &block)
- gems/tins-1.21.1/lib/tins/xt/full.rb
- def full?(dispatch = nil, *args)
- obj = __send__(dispatch, *args)
- gems/tins-1.21.1/lib/tins/dslkit.rb
- def method_missing(id, *a, &b)
- method_missing_delegator.__send__(id, *a, &b)
- gems/tins-1.21.1/lib/tins/expose.rb
- def expose(method_name = nil, *args, &block)
- __send__(method_name, *args)
- gems/actionpack-6.0.0/lib/action_dispatch/testing/assertions/routing.rb
- def method_missing(selector, *args, &block)
- @controller.send(selector, *args, &block)
- gems/compass-core-1.0.3/lib/compass/configuration/inheritance.rb
- def method_missing(m, *args, &block)
- a.send(m,*args, &block)
- gems/compass-core-1.0.3/lib/compass/configuration/inheritance.rb
- def method_missing(meth, *args, &block)
- inherited_data.send(meth, *args, &block)
- gems/raindrops-0.19.0/lib/raindrops/middleware/proxy.rb
- def method_missing(*args, &block)
- @body.__send__(*args, &block)
- gems/cucumber-3.1.2/lib/cucumber/configuration.rb
- def notify(message, *args)
- event_bus.send(message, *args)
- gems/cucumber-3.1.2/lib/cucumber/runtime/support_code.rb
- def fire_hook(name, *args)
- registry.send(name, *args)
- gems/cucumber-3.1.2/lib/cucumber/formatter/ignore_missing_messages.rb
- def method_missing(message, *args)
- @receiver.send(message, *args) if @receiver.respond_to?(message)
- gems/cucumber-3.1.2/lib/cucumber/formatter/fanout.rb
- def method_missing(message, *args)
- recipient.send(message, *args) if recipient.respond_to?(message)
- gems/cucumber-3.1.2/lib/cucumber/formatter/interceptor.rb
- def method_missing(method, *args, &blk)
- @pipe.send(method, *args, &blk)
- gems/fog-digitalocean-0.4.0/lib/fog/compute/digitalocean/models/server.rb
- def perform_action(action, *args)
- response = service.send(action, id, *args)
- gems/aws-sdk-v1-1.67.0/lib/aws/ec2/resource_tag_collection.rb
- def method_missing(m, *args)
- self.send(:[]=, m.to_s[0...-1], *args)
- gems/aws-sdk-v1-1.67.0/lib/aws/record/scope.rb
- def method_missing scope_name, *args
- _merge_scope(base_class.send(scope_name, *args))
- gems/aws-sdk-v1-1.67.0/lib/aws/core/options/validator.rb
- def validate_value *args
- send("validate_#{args.first[:type]}", *args)
- gems/aws-sdk-v1-1.67.0/lib/aws/core/response.rb
- def method_missing *args, &block
- Core::Data.new(data).send(*args, &block)
- gems/aws-sdk-v1-1.67.0/lib/aws/core/data.rb
- def method_missing *args, &block
- return_value = @data.send(*args) do |*values|
- gems/mixlib-log-3.0.1/lib/mixlib/log.rb
- def method_missing(method_symbol, *args, &block)
- loggers.each { |l| l.send(method_symbol, *args, &block) }
- gems/simple_form-4.1.0/lib/simple_form/form_builder.rb
- def button(type, *args, &block)
- send(:"#{type}_button", *args, &block)
- gems/octokit-4.14.0/lib/octokit.rb
- def method_missing(method_name, *args, &block)
- return client.send(method_name, *args, &block)
- gems/sass-3.7.4/lib/sass/plugin.rb
- def method_missing(method, *args, &block)
- compiler.send(method, *args, &block)
- gems/sass-3.7.4/lib/sass/tree/visitors/check_nesting.rb
- def try_send(method, *args)
- send(method, *args)
- gems/sass-3.7.4/lib/sass/scss/parser.rb
- def sass_script(*args)
- result = parser.send(*args)
- gems/sass-3.7.4/lib/sass/util/normalized_map.rb
- def method_missing(method, *args, &block)
- @map.send(method, *args, &block)
- gems/sequel-5.24.0/lib/sequel/plugins/validation_class_methods.rb
- def method_missing(m, *args, &block)
- @receiver.send(:"validates_#{m}", *args, &block)
- gems/sequel-5.24.0/lib/sequel/extensions/query.rb
- def method_missing(method, *args, &block)
- @dataset = @dataset.send(method, *args, &block)
- gems/sequel-5.24.0/lib/sequel/extensions/migration.rb
- def method_missing(method_sym, *args, &block)
- @db.send(method_sym, *args, &block)
- gems/sequel-5.24.0/lib/sequel/model/associations.rb
- def add_associated_object(opts, o, *args)
- return if !send(opts[:_add_method], o, *args) && opts.handle_silent_modification_failure?
- gems/sequel-5.24.0/lib/sequel/model/associations.rb
- def remove_all_associated_objects(opts, *args)
- send(opts[:_remove_all_method], *args)
- gems/sequel-5.24.0/lib/sequel/model/associations.rb
- def remove_associated_object(opts, o, *args)
- return if !send(opts[:_remove_method], o, *args) && opts.handle_silent_modification_failure?
- gems/celluloid-essentials-0.20.5/lib/celluloid/internals/method.rb
- def call(*args, &block)
- @proxy.__send__(@name, *args, &block)
- gems/paperclip-6.1.0/lib/paperclip/interpolations.rb
- def self.interpolate pattern, *args
- result.gsub!(token) { send(method, *args) } if result.include?(token)
- gems/net-ldap-0.16.1/lib/net/ldap/dn.rb
- def method_missing(method, *args, &block)
- @dn.send(method, *args, &block)
- gems/cucumber-core-3.2.1/lib/cucumber/core/ast/describes_itself.rb
- def describe_to(visitor, *args)
- visitor.send(description_for_visitors, self, *args) do |child_visitor|
- gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/base.rb
- def update_progress(*args)
- progressable.__send__(*args)
- gems/savon-2.12.0/lib/savon/block_interface.rb
- def method_missing(method, *args, &block)
- @target.send(method, *args, &block)
- gems/mini_magick-4.9.5/lib/mini_magick/image.rb
- def method_missing(name, *args)
- builder.send(name, *args)
- gems/selenium-webdriver-3.142.4/lib/selenium/webdriver/support/event_firing_bridge.rb
- def dispatch(name, *args)
- @listener.__send__("before_#{name}", *args)
- gems/selenium-webdriver-3.142.4/lib/selenium/webdriver/support/event_firing_bridge.rb
- def method_missing(meth, *args, &blk) # rubocop:disable Style/MethodMissingSuper, Style/MissingRespondToMissing
- @delegate.__send__(meth, *args, &blk)
- gems/net-sftp-2.1.2/lib/net/sftp/operations/download.rb
- def update_progress(hook, *args)
- progress.send(on, self, *args)
- gems/net-sftp-2.1.2/lib/net/sftp/operations/upload.rb
- def update_progress(event, *args)
- progress.send(on, self, *args)
- gems/net-sftp-2.1.2/lib/net/sftp/session.rb
- def request(type, *args, &callback)
- request = Request.new(self, type, protocol.send(type, *args), &callback)
- gems/docile-1.3.2/lib/docile/fallback_context_proxy.rb
- def method_missing(method, *args, &block)
- @__receiver__.__send__(method.to_sym, *args, &block)
- gems/warden-1.2.8/lib/warden/errors.rb
- def method_missing(meth, *args, &block)
- errors.send(meth, *args, &block)
- gems/concurrent-ruby-1.1.5/lib/concurrent/collection/copy_on_notify_observer_set.rb
- def notify_to(observers, *args)
- observer.send(function, *args)
- gems/concurrent-ruby-1.1.5/lib/concurrent/collection/copy_on_write_observer_set.rb
- def notify_to(observers, *args)
- observer.send(function, *args)
- gems/concurrent-ruby-1.1.5/lib/concurrent/agent.rb
- def send!(*args, &action)
- raise Error.new unless send(*args, &action)
- gems/concurrent-ruby-1.1.5/lib/concurrent/async.rb
- def method_missing(method, *args, &block)
- ivar = @delegate.send(method, *args, &block)
- gems/rspec-mocks-3.8.1/lib/rspec/mocks/any_instance/proxy.rb
- def method_missing(*args, &block)
- return_values = @targets.map { |t| t.__send__(*args, &block) }
- gems/rspec-mocks-3.8.1/lib/rspec/mocks/matchers/receive.rb
- def setup_method_substitute(host, method, block, *args)
- expectation = host.__send__(method, *args, &(@block || block))
- gems/rspec-mocks-3.8.1/lib/rspec/mocks/verifying_double.rb
- def send(name, *args, &block)
- __send__(name, *args, &block)
- gems/rspec-mocks-3.8.1/lib/rspec/mocks/proxy.rb
- def message_received(message, *args, &block)
- @object.superclass.__send__(message, *args, &block)
- gems/nokogiri-1.10.4/lib/nokogiri/xml/builder.rb
- def method_missing(method, *args, &block) # :nodoc:
- @context.send(method, *args, &block)
- gems/nenv-0.3.0/lib/nenv.rb
- def method_missing(meth, *args)
- instance.send(meth, *args)
- gems/nenv-0.3.0/lib/nenv/autoenvironment.rb
- def method_missing(meth, *args)
- send(meth, *args)
- gems/rspec-rails-3.8.2/lib/rspec/rails/example/controller_example_group.rb
- def method_missing(method, *args, &block)
- controller.send(method, *args, &block)
- gems/rspec-rails-3.8.2/lib/rspec/rails/example/routing_example_group.rb
- def method_missing(m, *args, &block)
- routes.url_helpers.respond_to?(m) ? routes.url_helpers.send(m, *args) : super
- gems/rspec-rails-3.8.2/lib/rspec/rails/view_rendering.rb
- def method_missing(name, *args, &block)
- result = @resolver.send(name, *args, &block)
- gems/activerecord-6.0.0/lib/arel/predications.rb
- def grouping_any(method_id, others, *extras)
- nodes = others.map { |expr| send(method_id, expr, *extras) }
- gems/activerecord-6.0.0/lib/arel/predications.rb
- def grouping_all(method_id, others, *extras)
- nodes = others.map { |expr| send(method_id, expr, *extras) }
- gems/activerecord-6.0.0/lib/active_record/dynamic_matchers.rb
- def method_missing(name, *arguments, &block)
- send(name, *arguments, &block)
- gems/activerecord-6.0.0/lib/active_record/migration.rb
- def method_missing(name, *args, &block) #:nodoc:
- nearest_delegate.send(name, *args, &block)
- gems/activerecord-6.0.0/lib/active_record/migration.rb
- def method_missing(method, *arguments, &block)
- connection.send(method, *arguments, &block)
- gems/state_machines-0.5.0/lib/state_machines/eval_helpers.rb
- def evaluate_method(object, method, *args, &block)
- object.send(method, *args, &block)
- gems/state_machines-0.5.0/lib/state_machines/state.rb
- def call(object, method, *args, &block)
- object.send(method, *args, &block)
- gems/state_machines-0.5.0/lib/state_machines/state_context.rb
- def method_missing(*args, &block)
- machine.owner_class.send(*args, &block)
- gems/actionview-6.0.0/lib/action_view/test_case.rb
- def method_missing(selector, *args)
- @controller.__send__(selector, *args)
- gems/actionview-6.0.0/lib/action_view/helpers/atom_feed_helper.rb
- def method_missing(method, *arguments, &block)
- @xml.__send__(method, *arguments) do
- gems/bson-4.5.0/lib/bson/regexp.rb
- def method_missing(method, *arguments)
- compile.send(method, *arguments)
- gems/bundler-2.0.2/lib/bundler/lazy_specification.rb
- def method_missing(method, *args, &blk)
- @specification.send(method, *args, &blk)
- gems/bundler-2.0.2/lib/bundler/plugin/api.rb
- def method_missing(name, *args, &blk)
- return Bundler.send(name, *args, &blk) if Bundler.respond_to?(name)
- gems/bundler-2.0.2/lib/bundler/dep_proxy.rb
- def method_missing(*args, &blk)
- @dep.send(*args, &blk)
- gems/bundler-2.0.2/lib/bundler/remote_specification.rb
- def method_missing(method, *args, &blk)
- _remote_specification.send(method, *args, &blk)
- gems/rspec-support-3.8.2/lib/rspec/support/spec/stderr_splitter.rb
- def method_missing(name, *args, &block)
- @output_tracker.__send__(name, *args, &block) if @output_tracker.respond_to?(name)
- gems/xpath-3.2.0/lib/xpath/union.rb
- def method_missing(*args) # rubocop:disable Style/MethodMissingSuper, Style/MissingRespondToMissing
- XPath::Union.new(*arguments.map { |e| e.send(*args) })
- gems/mail-2.7.1/lib/mail/multibyte/chars.rb
- def method_missing(method, *args, &block)
- @wrapped_string.__send__(method, *args, &block)
- gems/mail-2.7.1/lib/mail/field.rb
- def method_missing(name, *args, &block)
- field.send(name, *args, &block)
- gems/rdoc-6.2.0/lib/rdoc/markdown.rb
- def external_invoke(other, rule, *args)
- if val = __send__(rule, *args)
- gems/rdoc-6.2.0/lib/rdoc/markdown.rb
- def apply_with_args(rule, *args)
- ans = __send__ rule, *args
- gems/rdoc-6.2.0/lib/rdoc/markdown/literals.rb
- def external_invoke(other, rule, *args)
- if val = __send__(rule, *args)
- gems/rdoc-6.2.0/lib/rdoc/markdown/literals.rb
- def apply_with_args(rule, *args)
- ans = __send__ rule, *args
- gems/hashie-3.6.0/lib/hashie/rash.rb
- def method_missing(*args, &block)
- @hash.send(*args, &block) || super
- gems/sass-3.4.25/lib/sass/plugin.rb
- def method_missing(method, *args, &block)
- compiler.send(method, *args, &block)
- gems/sass-3.4.25/lib/sass/tree/visitors/check_nesting.rb
- def try_send(method, *args)
- send(method, *args)
- gems/sass-3.4.25/lib/sass/scss/parser.rb
- def sass_script(*args)
- result = parser.send(*args)
- gems/sass-3.4.25/lib/sass/util/normalized_map.rb
- def method_missing(method, *args, &block)
- @map.send(method, *args, &block)
- gems/sassc-2.2.0/lib/sassc/util/normalized_map.rb
- def method_missing(method, *args, &block)
- @map.send(method, *args, &block)
- gems/multipart-post-2.0.0/lib/composite_io.rb
- def method_missing(*args)
- @io.send(*args)
- gems/fog-cloudatcost-0.4.0/lib/fog/cloudatcost/models/server.rb
- def perform_action(action, *args)
- response = service.send(action, sid, *args)
- gems/web-console-4.0.1/lib/web_console/testing/erb_precompiler.rb
- def method_missing(name, *args, &block)
- @view.send(name, *args, &block)
- gems/arel-9.0.0/lib/arel/predications.rb
- def grouping_any method_id, others, *extras
- nodes = others.map {|expr| send(method_id, expr, *extras)}
- gems/arel-9.0.0/lib/arel/predications.rb
- def grouping_all method_id, others, *extras
- nodes = others.map {|expr| send(method_id, expr, *extras)}
- gems/chef-sugar-5.0.1/lib/chef/sugar/filters.rb
- def method_missing(m, *args, &block)
- resource = @recipe.send(m, *args, &block)
- gems/chef-sugar-5.0.1/lib/chef/sugar/filters.rb
- def method_missing(m, *args, &block)
- new_resource = @recipe.send(m, *args, &block)
- gems/dalli-2.7.10/lib/dalli/server.rb
- def request(op, *args)
- send(op, *args)
- gems/activemodel-6.0.0/lib/active_model/attribute_methods.rb
- def attribute_missing(match, *args, &block)
- __send__(match.target, match.attr_name, *args, &block)
- gems/sinatra-2.0.7/lib/sinatra/base.rb
- def method_missing(*args, &block)
- to_str.send(*args, &block)
- gems/sinatra-2.0.7/lib/sinatra/base.rb
- def invoke_hook(name, *args)
- extensions.each { |e| e.send(name, *args) if e.respond_to?(name) }
- gems/liquid-4.0.3/lib/liquid/strainer.rb
- def invoke(method, *args)
- send(method, *args)
- gems/resque-2.0.0/lib/resque/data_store.rb
- def method_missing(sym,*args,&block)
- @redis.send(sym,*args,&block)
- gems/resque-2.0.0/lib/resque.rb
- def enqueue_to(queue, klass, *args)
- klass.send(hook, *args)
- gems/resque-2.0.0/lib/resque.rb
- def dequeue(klass, *args)
- klass.send(hook, *args)
- gems/actioncable-6.0.0/lib/action_cable/server/worker.rb
- def invoke(receiver, method, *args, connection:, &block)
- receiver.send method, *args, &block
- gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/variable_table.rb
- def invoke_hook(hook_name, *args)
- @hook_receiver&.send(hook_name, *args)
- gems/rubocop-0.74.0/lib/rubocop/cop/force.rb
- def run_hook(method_name, *args)
- cop.send(method_name, *args)
- gems/logging-2.2.2/lib/logging/diagnostic_context.rb
- def create_with_logging_context( m, *a, &b )
- self.send(m, *a) { |*args|
- gems/logging-2.2.2/lib/logging/proxy.rb
- def method_missing( name, *args, &block )
- @object.send(name, *args, &block)
- gems/rack-2.0.7/lib/rack/body_proxy.rb
- def method_missing(method_name, *args, &block)
- @body.__send__(method_name, *args, &block)
- gems/rack-2.0.7/lib/rack/multipart/uploaded_file.rb
- def method_missing(method_name, *args, &block) #:nodoc:
- @tempfile.__send__(method_name, *args, &block)
- gems/pry-0.12.2/lib/pry/wrapped_module.rb
- def method_missing(method_name, *args, &block)
- wrapped.send(method_name, *args, &block)
- gems/pry-0.12.2/lib/pry/output.rb
- def method_missing(name, *args, &block)
- @boxed_io.__send__(name, *args, &block)
- gems/pry-0.12.2/lib/pry/method.rb
- def method_missing(method_name, *args, &block)
- @method.send(method_name, *args, &block)
- gems/pry-0.12.2/lib/pry/code.rb
- def method_missing(name, *args, &block)
- to_s.send(name, *args, &block)
- gems/carrierwave-2.0.1/lib/carrierwave/downloader/remote_file.rb
- def method_missing(*args, &block)
- file.send(*args, &block)
- gems/carrierwave-2.0.1/lib/carrierwave/uploader/callbacks.rb
- def with_callbacks(kind, *args)
- self.class._before_callbacks[kind].each { |c| send c, *args }
- gems/coderay-1.1.2/lib/coderay/tokens_proxy.rb
- def method_missing method, *args, &blk
- tokens.send(method, *args, &blk)
- gems/rspec-core-3.8.2/lib/rspec/core/output_wrapper.rb
- def method_missing(name, *args, &block)
- output.send(name, *args, &block)
- gems/httparty-0.17.0/lib/httparty/response.rb
- def method_missing(name, *args, &block)
- parsed_response.send(name, *args, &block)
- gems/factory_girl-4.9.0/lib/factory_girl/evaluator.rb
- def method_missing(method_name, *args, &block)
- @instance.send(method_name, *args, &block)
- gems/factory_girl-4.9.0/lib/factory_girl/decorator.rb
- def method_missing(name, *args, &block)
- @component.send(name, *args, &block)
- gems/factory_girl-4.9.0/lib/factory_girl/decorator.rb
- def send(symbol, *args, &block)
- __send__(symbol, *args, &block)
- gems/babosa-1.0.2/lib/babosa/identifier.rb
- def method_missing(symbol, *args, &block)
- @wrapped_string.__send__(symbol, *args, &block)
- gems/babosa-1.0.2/lib/babosa/identifier.rb
- def send_to_new_instance(*args)
- id.send(*args)
- gems/backports-3.15.0/lib/backports/1.8.7/kernel/instance_exec.rb
- def instance_exec(*arg, &block)
- send(:"temporary method for instance_exec", *arg)
- gems/backports-3.15.0/lib/backports/1.9.1/kernel/public_send.rb
- def public_send(method, *args, &block)
- send(method, *args, &block)
- gems/factory_bot-5.0.2/lib/factory_bot/evaluator.rb
- def method_missing(method_name, *args, &block) # rubocop:disable Style/MethodMissing
- @instance.send(method_name, *args, &block)
- gems/factory_bot-5.0.2/lib/factory_bot/decorator.rb
- def method_missing(name, *args, &block) # rubocop:disable Style/MethodMissing
- @component.send(name, *args, &block)
- gems/factory_bot-5.0.2/lib/factory_bot/decorator.rb
- def send(symbol, *args, &block)
- __send__(symbol, *args, &block)
- gems/redis-namespace-1.6.0/lib/redis/namespace.rb
- def method_missing(command, *args, &block)
- @redis.send(command, *args, &block)
- gems/redis-namespace-1.6.0/lib/redis/namespace.rb
- def call_with_namespace(command, *args, &block)
- result = @redis.send(command, *args, &block)
- gems/specinfra-2.81.0/lib/specinfra/command_factory.rb
- def get(meth, *args)
- command_class.send(method, *args)
- gems/specinfra-2.81.0/lib/specinfra/runner.rb
- def self.method_missing(meth, *args)
- processor.send(meth, *args)
- gems/specinfra-2.81.0/lib/specinfra/helper/set.rb
- def set(param, *value)
- Specinfra.configuration.send(param, *value)
- gems/faraday-0.15.4/lib/faraday.rb
- def method_missing(name, *args, &block)
- default_connection.send(name, *args, &block)
- gems/uber-0.1.0/lib/uber/options.rb
- def method!(context, *args)
- context.send(@value, *args)
- gems/redis-4.1.2/lib/redis/distributed.rb
- def on_each_node(command, *args)
- node.send(command, *args)
- gems/term-ansicolor-1.7.1/lib/term/ansicolor/rgb_triple.rb
- def method_missing(name, *args, &block)
- to_hsl_triple.send(name, *args, &block)
- gems/term-ansicolor-1.7.1/lib/term/ansicolor/hsl_triple.rb
- def method_missing(name, *args, &block)
- to_rgb_triple.send(name, *args, &block)
- gems/compass-1.0.3/lib/compass/sass_extensions/sprites/sprite_map.rb
- def method_missing(meth, *args, &block)
- @evaluation_context.send(meth, *args, &block)
- gems/kaminari-core-1.1.1/lib/kaminari/helpers/paginator.rb
- def method_missing(name, *args, &block)
- @template.respond_to?(name) ? @template.send(name, *args, &block) : super
- gems/multipart-post-2.1.1/lib/composite_io.rb
- def method_missing(*args)
- @io.send(*args)
- gems/connection_pool-2.2.2/lib/connection_pool.rb
- def method_missing(name, *args, &block)
- connection.send(name, *args, &block)
- gems/poltergeist-1.18.1/lib/capybara/poltergeist/node.rb
- def command(name, *args)
- browser.send(name, page_id, id, *args)
- gems/guard-2.15.1/lib/guard/guardfile/generator.rb
- def _ui(*args)
- UI.send(*args)
- gems/guard-2.15.1/lib/guard/runner.rb
- def _supervise(plugin, task, *args)
- plugin.send(task, *args)
- gems/celluloid-0.17.4/lib/celluloid/proxy/sync.rb
- def method_missing(meth, *args, &block)
- # return actor.__send__(*args, &block)
- gems/devise-4.7.1/lib/devise/omniauth/url_helpers.rb
- def omniauth_authorize_path(resource_or_scope, provider, *args)
- _devise_route_context.send("#{scope}_#{provider}_omniauth_authorize_path", *args)
- gems/devise-4.7.1/lib/devise/omniauth/url_helpers.rb
- def omniauth_authorize_url(resource_or_scope, provider, *args)
- _devise_route_context.send("#{scope}_#{provider}_omniauth_authorize_url", *args)
- gems/devise-4.7.1/lib/devise/omniauth/url_helpers.rb
- def omniauth_callback_path(resource_or_scope, provider, *args)
- _devise_route_context.send("#{scope}_#{provider}_omniauth_callback_path", *args)
- gems/devise-4.7.1/lib/devise/omniauth/url_helpers.rb
- def omniauth_callback_url(resource_or_scope, provider, *args)
- _devise_route_context.send("#{scope}_#{provider}_omniauth_callback_url", *args)
- gems/devise-4.7.1/lib/devise/models/authenticatable.rb
- def send_devise_notification(notification, *args)
- message = devise_mailer.send(notification, self, *args)
- gems/sass-listen-4.0.0/lib/sass-listen/adapter/base.rb
- def self._log(*args, &block)
- SassListen::Logger.send(*args, &block)
- gems/minitest-5.11.3/lib/minitest/pride_plugin.rb
- def method_missing msg, *args # :nodoc:
- io.send(msg, *args)
- gems/activesupport-6.0.0/lib/active_support/multibyte/chars.rb
- def method_missing(method, *args, &block)
- result = @wrapped_string.__send__(method, *args, &block)
- gems/activesupport-6.0.0/lib/active_support/current_attributes.rb
- def method_missing(name, *args, &block)
- send(name, *args, &block)
- gems/activesupport-6.0.0/lib/active_support/per_thread_registry.rb
- def method_missing(name, *args, &block)
- send(name, *args, &block)
- gems/activesupport-6.0.0/lib/active_support/option_merger.rb
- def method_missing(method, *arguments, &block)
- @context.__send__(method, *arguments, &block)
- gems/activesupport-6.0.0/lib/active_support/deprecation/proxy_wrappers.rb
- def method_missing(called, *args, &block)
- target.__send__(called, *args, &block)
- gems/activesupport-6.0.0/lib/active_support/deprecation/proxy_wrappers.rb
- def method_missing(called, *args, &block)
- target.__send__(called, *args, &block)
- gems/activesupport-6.0.0/lib/active_support/time_with_zone.rb
- def method_missing(sym, *args, &block)
- wrap_with_time_zone time.__send__(sym, *args, &block)
- gems/bunny-2.14.2/lib/bunny/concurrent/linked_continuation_queue.rb
- def method_missing(selector, *args, &block)
- @q.__send__(selector, *args, &block)
- gems/railties-6.0.0/lib/rails/generators/rails/app/app_generator.rb
- def method_missing(meth, *args, &block)
- @generator.send(meth, *args, &block)
- gems/railties-6.0.0/lib/rails/generators/app_base.rb
- def build(meth, *args) # :doc:
- builder.send(meth, *args) if builder.respond_to?(meth)
- gems/railties-6.0.0/lib/rails/railtie/configurable.rb
- def method_missing(*args, &block)
- instance.send(*args, &block)
- gems/activeresource-5.1.0/lib/active_resource/connection.rb
- def request(method, path, *arguments)
- payload[:result] = http.send(method, path, *arguments)
- 179 matches in 158 files of 86 gems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement