Class: Lookout::Reception::Arguments::None
- Defined in:
- lib/lookout-3.0/reception/arguments/none.rb
Overview
Arguments matcher matching an empty list of arguments.
Instance Method Summary collapse
-
#initialize ⇒ None
constructor
A new instance of None.
Methods inherited from List
Constructor Details
#initialize ⇒ None
Returns a new instance of None.
5 |
# File 'lib/lookout-3.0/reception/arguments/none.rb', line 5 def initialize; super end |