Module: PrettyIRB
- Defined in:
- lib/pretty_irb.rb,
lib/pretty_irb/shell.rb,
lib/pretty_irb/version.rb,
lib/pretty_irb/ai_helper.rb,
lib/pretty_irb/formatter.rb,
lib/pretty_irb/benchmarker.rb,
lib/pretty_irb/cheat_sheet.rb,
lib/pretty_irb/auto_corrector.rb,
lib/pretty_irb/history_manager.rb,
lib/pretty_irb/snippet_manager.rb,
lib/pretty_irb/variable_inspector.rb
Defined Under Namespace
Classes: AIHelper, AutoCorrector, Benchmarker, CheatSheet, Error, Formatter, HistoryManager, Shell, SnippetManager, VariableInspector
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.start(config = {}) ⇒ Object
22 23 24 |
# File 'lib/pretty_irb.rb', line 22 def start(config = {}) Shell.new(config).run end |