Module: Synclenote

Defined in:
lib/synclenote.rb,
lib/synclenote/version.rb

Overview

This module is a namespace for this gem.

Defined Under Namespace

Modules: Configuration, NoteBuilder Classes: Command, MarkdownToEnmlBuilder

Constant Summary collapse

DRY_RUN =
false
VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.configure(version, &block) ⇒ Object



7
8
9
# File 'lib/synclenote.rb', line 7

def self.configure(version, &block)
  Configuration.run(version, &block)
end