Module: Editor

Defined in:
lib/editor.rb,
lib/editor/engine.rb,
lib/editor/version.rb,
lib/generators/editor/install/install_generator.rb

Defined Under Namespace

Classes: Engine, InstallGenerator

Constant Summary collapse

VERSION =
"0.0.8"
@@editables =
[]

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Editor)

    the object that the method was called on



8
9
10
# File 'lib/editor.rb', line 8

def self.setup
  yield self
end