module Renchin

Constants

VERSION

Public Class Methods

options() click to toggle source
# File lib/renchin.rb, line 6
def self.options
  @options ||= {
    command_path: nil
  }
end