lib/ronin/ui/shell.rb in ronin-1.0.0 vs lib/ronin/ui/shell.rb in ronin-1.1.0.rc1
- old
+ new
@@ -55,9 +55,11 @@
# @return [nil]
#
# @example
# Shell.start(:prompt => '$') { |shell,line| system(line) }
#
+ # @api semipublic
+ #
def Shell.start(options={},&block)
name = (options[:name] || '')
prompt = (options[:prompt] || DEFAULT_PROMPT)
history_rollback = 0