Set up Platform.
22 23 24 25
# File 'lib/gloo/app/platform.rb', line 22 def initialize @prompt = Gloo::App::Prompt.new( self ) @table = Gloo::App::Table.new( self ) end