class Raheui::Port
Port
class for Aheui.
Public Instance Methods
pop()
click to toggle source
Do nothing with pop.
# File lib/raheui/port.rb, line 13 def pop; end
push(*_args)
click to toggle source
Do nothing with push.
# File lib/raheui/port.rb, line 7 def push(*_args); end
push_dup()
click to toggle source
Do nothing with push_dup.
# File lib/raheui/port.rb, line 10 def push_dup; end
swap()
click to toggle source
Do nothing with swap.
# File lib/raheui/port.rb, line 16 def swap; end