lib/down.rb in forj-0.0.11 vs lib/down.rb in forj-0.0.12
- old
+ new
@@ -12,9 +12,11 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+require 'require_relative'
+
require_relative 'compute.rb'
include Compute
require_relative 'network.rb'
include Network
require_relative 'yaml_parse.rb'
\ No newline at end of file