Class: Vanity::Render::ProxyEmpty

Inherits:
String
  • Object
show all
Defined in:
lib/vanity/commands/report.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(_method, *_args) ⇒ Object

rubocop:todo Style/MissingRespondToMissing



30
31
32
# File 'lib/vanity/commands/report.rb', line 30

def method_missing(_method, *_args) # rubocop:todo Style/MissingRespondToMissing
  self.class.new
end