Module: EditorOpener

Defined in:
lib/editor_opener.rb,
lib/editor_opener/railtie.rb,
lib/editor_opener/version.rb,
lib/generators/editor_opener/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: Railtie

Constant Summary collapse

VERSION =
"0.1.3"
@@editor =
nil

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (EditorOpener)

    the object that the method was called on



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

def self.setup
  yield self
end