sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
blob 082fce5b83d9d2e51b54c82c223cb1c30d855fb3 168 bytes (raw)
$ git show v1.1.1:lib/sleepy_penguin.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
 
# -*- encoding: binary -*-
module SleepyPenguin

  # the version of sleepy_penguin, currently 1.1.1
  SLEEPY_PENGUIN_VERSION = '1.1.1'
end
require 'sleepy_penguin_ext'

git clone https://yhbt.net/sleepy_penguin.git