Edit

thodg/mpd_client/bin/console

Branch :

  • Show log

    Commit

  • Author : Anton Maminov
    Date : 2018-07-31 17:31:06
    Hash : 141cc085
    Message : Rename MPDClient to MPD::Client (#6) * Rename MPDClient to MPD::Client * remove redundants return * Avoid single-line method definitions * nothing special * update readme * add idle example * add rubocop * add .hound.yml * add travis config * add badges to readme * remove rakefile * add rake * revert rakefile * ichange gemspec * add rspec * change travis config * remove rakefile * remove rack-test * add spec * add test * fix rubocop * update badges

  • bin/console
  • #!/usr/bin/env ruby
    # frozen_string_literal: true
    
    require 'bundler/setup'
    require 'mpd_client'
    
    # 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