module Ripl::Johnson::Runner
Public Instance Methods
load(file)
click to toggle source
# File lib/ripl/johnson.rb, line 21 def load(file) Ripl::Johnson.runtime.load(File.expand_path(file)) end
# File lib/ripl/johnson.rb, line 21 def load(file) Ripl::Johnson.runtime.load(File.expand_path(file)) end