Method: Mysh::HistoryCommand#initialize
- Defined in:
- lib/mysh/internal/history.rb
#initialize(*args) ⇒ HistoryCommand
Set up this command.
10 11 12 13 |
# File 'lib/mysh/internal/history.rb', line 10 def initialize(*args) super @args = @history = nil end |