Module: IIB

Defined in:
lib/iib/version.rb,
lib/iib.rb,
lib/iib/node.rb,
lib/iib/node/CLI.rb,
lib/iib/node/REST.rb

Overview

Copyright 2014 Author Imran Shakir

All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at www.eclipse.org/legal/epl-v10.html

Contributors: Imran Shakir - initial implementation

Defined Under Namespace

Modules: Node

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.check_local_iib_environmentObject



20
21
22
23
24
# File 'lib/iib.rb', line 20

def self.check_local_iib_environment
  if find_executable('iib').nil?
    fail RuntimeError, "Could not find the 'iib' command on path" 
  end
end