Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 19, 2010 03:31
Show Gist options
  • Select an option

  • Save liangzan/586335 to your computer and use it in GitHub Desktop.

Select an option

Save liangzan/586335 to your computer and use it in GitHub Desktop.
# lib/culerity.rb
def self.run_server
IO.popen(%{#{jruby_invocation} "#{celerity_invocation}"}, 'r+').extend(ServerCommands)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment