Sha256: 11b6b05a2c6b7269f025aa50a4cf133e5f7aee79c6e840ec2e2dfd48fefaa3bb

Contents?: true

Size: 106 Bytes

Versions: 4

Compression:

Stored size: 106 Bytes

Contents

module ToProc
  Two = -> method do
    -> receiver, argument { receiver.send method, argument }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
to_proc-0.0.8 lib/to_proc/two.rb
to_proc-0.0.7 lib/to_proc/two.rb
to_proc-0.0.6 lib/to_proc/two.rb
to_proc-0.0.5 lib/to_proc/two.rb