Class: Raheui::Port
Overview
Port class for Aheui.
Instance Method Summary collapse
-
#pop ⇒ Object
Do nothing with pop.
-
#push(*_args) ⇒ Object
Do nothing with push.
-
#swap ⇒ Object
Do nothing with swap.
Methods inherited from Store
Constructor Details
This class inherits a constructor from Raheui::Store
Instance Method Details
#pop ⇒ Object
Do nothing with pop.
10 |
# File 'lib/raheui/port.rb', line 10 def pop; end |
#push(*_args) ⇒ Object
Do nothing with push.
7 |
# File 'lib/raheui/port.rb', line 7 def push(*_args); end |
#swap ⇒ Object
Do nothing with swap.
13 |
# File 'lib/raheui/port.rb', line 13 def swap; end |