Skip to content

Instantly share code, notes, and snippets.

@mraaroncruz
Created March 8, 2014 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mraaroncruz/9430806 to your computer and use it in GitHub Desktop.
Save mraaroncruz/9430806 to your computer and use it in GitHub Desktop.
melted client repl setup
#!/usr/bin/env ruby
require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require 'rubygems'
require 'bundler/setup'
require 'melted_client'
require 'pry'
server = Melted::Client.new
binding.pry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment