Class: Lookout::Reception::Arguments::None

Inherits:
List show all
Defined in:
lib/lookout-3.0/reception/arguments/none.rb

Overview

Arguments matcher matching an empty list of arguments.

Instance Method Summary collapse

Methods inherited from List

#=~, #to_s

Constructor Details

#initializeNone

Returns a new instance of None.



5
# File 'lib/lookout-3.0/reception/arguments/none.rb', line 5

def initialize; super end