Class | FastRI::RiService |
In: |
lib/fastri/ri_service.rb
|
Parent: | Object |
Options | = | Struct.new(:formatter, :use_stdout, :width) |
DEFAULT_OBTAIN_ENTRIES_OPTIONS | = | { :lookup_order => [ :exact, :exact_ci, :nested, :nested_ci, :partial, :partial_ci, :nested_partial, :nested_partial_ci, ], } |
DEFAULT_INFO_OPTIONS | = | { :formatter => :ansi, :width => 72, :extended => false, :expand_choices => false, } |
DEFAULT_DISPLAY_OPTIONS | = | { :formatter => :ansi, :width => 72, } |