Class: Berkshelf::Formatters::Null

Inherits:
Object
  • Object
show all
Includes:
AbstractFormatter
Defined in:
lib/berkshelf/formatters/null.rb

Instance Method Summary collapse

Methods included from AbstractFormatter

#cleanup_hook

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

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



17
18
19
# File 'lib/berkshelf/formatters/null.rb', line 17

def method_missing(meth, *args, &block)
  # intentionally do nothing
end