class Temill
most features are implemented in TemillImpl
@see Temill::TemillImpl
Constants
- DefaultOptions
- EVAL_PATH_PREFIX
- ParserResult
- VERSION
Public Class Methods
new(**opts)
click to toggle source
@param [Hash] opts @option opts [String] :default_indent indent string used when indent guess fails
(defaults to ' ')
@option opts [Integer] :tabstop the number of spaces a tab counts for.
make sense only if both spaces and tabs are used in a line (defaults to 4)
@option opts [bool] :compact if true, show only lines that show
methods called are involved
(defaults to false)
@option opts [Symbol,#call] :inspect method to convert obj into String
(defaults to :pretty_inspect)
# File lib/temill/core.rb, line 19 def initialize(**opts) _initialize(**opts) end