Class: GithubDeprecations::Noop

Inherits:
Object
  • Object
show all
Defined in:
lib/github_deprecations.rb

Overview

All methods are noop and returns itself

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args, &block) ⇒ Object



21
22
23
# File 'lib/github_deprecations.rb', line 21

def method_missing(name, *args, &block)
  self
end