module IIB

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

Constants

VERSION

Public Class Methods

check_local_iib_environment() click to toggle source
# 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