class Picobox::Utils::Shell
Attributes
os[R]
Public Class Methods
new(os)
click to toggle source
# File lib/picobox/utils/shell.rb, line 4 def initialize(os) @os = os end
Public Instance Methods
reload()
click to toggle source
# File lib/picobox/utils/shell.rb, line 9 def reload # hack to load newly set aliases into shell os.reload_shell end