sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
blob d7ea6b76b52198b47e1ae9b3414fbfb21b97bed5 168 bytes (raw)
$ git show v1.3.0: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.3.0
  SLEEPY_PENGUIN_VERSION = '1.3.0'
end
require 'sleepy_penguin_ext'

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