Class: Breadcrumbs::UnspecializedDummyObject
- Inherits:
-
Object
- Object
- Breadcrumbs::UnspecializedDummyObject
show all
- Defined in:
- lib/redis-breadcrumbs/unspecialized_dummy_object.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args) ⇒ Object
9
10
11
|
# File 'lib/redis-breadcrumbs/unspecialized_dummy_object.rb', line 9
def method_missing method, *args
raise BreadcrumbSpecializationError, "#{method}"
end
|
Instance Method Details
#respond_to?(*args) ⇒ Boolean
13
|
# File 'lib/redis-breadcrumbs/unspecialized_dummy_object.rb', line 13
def respond_to? *args; false; end
|