module Estuary
Public Class Methods
emitter()
click to toggle source
# File lib/estuary.rb, line 10 def self.emitter puts 'start that emitter yo' end
server()
click to toggle source
# File lib/estuary.rb, line 6 def self.server puts 'start that server yo' end