Module: Contracto
- Defined in:
- lib/contracto.rb,
lib/contracto/version.rb
Defined Under Namespace
Modules: Constants Classes: Command, Config, Contract, CouldNotDownloadContractError, CouldNotStartServer, Parser, ResponseNotFoundError, Server, ServerAlreadyRunningError, Stats, SystemAction, SystemActionChain
Constant Summary collapse
- VERSION =
'0.4.3'
Class Method Summary collapse
Class Method Details
.configure(&block) ⇒ Object
12 13 14 |
# File 'lib/contracto.rb', line 12 def self.configure(&block) Contracto::Config.configure(&block) end |