lib/gm/notepad/throughput_text.rb in gm-notepad-0.0.11 vs lib/gm/notepad/throughput_text.rb in gm-notepad-0.0.12

- old
+ new

@@ -63,9 +63,10 @@ extend Dry::Initializer option :text, proc(&:to_s) option :to_interactive option :to_output option :to_filesystem, default: -> { false } + option :table_name, default: -> { nil } option :expand_line, default: -> { true } option :table_registry, default: -> { Container.resolve(:table_registry) }, reader: :private alias to_s text alias to_str text