Class: Neutral::Neutral
- Inherits:
-
Item::Item
- Object
- Item::Item
- Neutral::Neutral
- Defined in:
- lib/neutral.rb
Constant Summary collapse
- @@list =
['I think we can all agree', 'Everyone knows', 'Everybody knows', 'We all know']
Instance Method Summary collapse
-
#initialize(*args) ⇒ Neutral
constructor
A new instance of Neutral.
- #nop(_argument) ⇒ Object
- #state(argument) ⇒ Object
Methods inherited from Item::Item
#because, #evidence, #however, #inspect, #personally, #starting_to_s, #to_s
Constructor Details
#initialize(*args) ⇒ Neutral
Returns a new instance of Neutral.
23 24 25 |
# File 'lib/neutral.rb', line 23 def initialize(*args) super(%i[nop nop nop state nop], args) end |