Class: Interchange::DownImplementation

Inherits:
NullImplementation show all
Defined in:
lib/interchange.rb

Instance Method Summary collapse

Methods inherited from NullImplementation

#method_missing, #respond_to?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Interchange::NullImplementation

Instance Method Details

#up?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/interchange.rb', line 37

def up?
  false
end