Class: Pagy::Search::Arguments
- Inherits:
-
Array
- Object
- Array
- Pagy::Search::Arguments
show all
- Defined in:
- lib/pagy/classes/offset/search.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
8
|
# File 'lib/pagy/classes/offset/search.rb', line 8
def method_missing(*) = push(*)
|
Instance Method Details
#respond_to_missing? ⇒ Boolean
6
|
# File 'lib/pagy/classes/offset/search.rb', line 6
def respond_to_missing?(*) = true
|