Sha256: 519c7223908de5080f3c1513ea263ad4f6a035e2413ac2709b4d650afa3d89b6

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

# encoding: utf-8
require "bundler/gem_tasks"

desc 'Open an irb session preloaded with the gem library'
task :console do
    sh 'irb -rubygems -I lib'
end

task :c => :console

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-groupcounter-0.1.0 Rakefile