Class: RTesseract::Configuration

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/rtesseract/configuration.rb

Instance Method Summary collapse

Instance Method Details

#commandObject



9
10
11
# File 'lib/rtesseract/configuration.rb', line 9

def command
  @table[:command]
end

#merge(options) ⇒ Object



5
6
7
# File 'lib/rtesseract/configuration.rb', line 5

def merge(options)
  RTesseract::Configuration.new(to_h.merge(options))
end