Class: Raheui::Port

Inherits:
Store
  • Object
show all
Defined in:
lib/raheui/port.rb

Overview

Port class for Aheui.

Instance Method Summary collapse

Methods inherited from Store

#initialize, #push_dup

Constructor Details

This class inherits a constructor from Raheui::Store

Instance Method Details

#popObject

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

#swapObject

Do nothing with swap.



13
# File 'lib/raheui/port.rb', line 13

def swap; end