class RTesseract::Configuration

Public Instance Methods

command() click to toggle source
# File lib/rtesseract/configuration.rb, line 11
def command
  @table[:command]
end
merge(options) click to toggle source
# File lib/rtesseract/configuration.rb, line 7
def merge(options)
  RTesseract::Configuration.new(to_h.merge(options))
end