module Ripl::Web

Public Instance Methods

get_input() click to toggle source
# File lib/ripl/web.rb, line 7
def get_input
  @history << @input
  @input
end
web_loop_once(input) click to toggle source
# File lib/ripl/web.rb, line 3
def web_loop_once(input)
  @input = input || ''
end