Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created May 23, 2018 18:40
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 ethagnawl/22158d50980b5ac6c861a470460cfaca to your computer and use it in GitHub Desktop.
Save ethagnawl/22158d50980b5ac6c861a470460cfaca to your computer and use it in GitHub Desktop.
tmuxinator console
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
require "tmuxinator"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
require "irb"
IRB.start(__FILE__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment