RubyGems Navigation menu

give4each 0.0.2

ああああああ もうブロックを書くのはうんざりだ!!! (1..5).map { |i| i ** 2 } だからこう書けるようにした (1..5).map &:**.with(2) # => [1, 4, 9, 16, 25] ああああああ こういうのももう嫌だ!!! def initialize @stack = [] end def foo *xs xs.each { |x| @stack.push x } end だからこう書けるように(ry xs.each &:push.to(@array) こういうのも(ry f = "hello %s world" %w[ruby python].map { |a| f % a } だからこう(ry %w[ruby python].map &:%.in("hello %s world")

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.0 - February 28, 2012 (6.5 KB)
  2. 0.0.3 - February 24, 2012 (5.5 KB)
  3. 0.0.2 - February 19, 2012 (6 KB)
  4. 0.0.1 - February 18, 2012 (5 KB)

Development Dependencies (2):

hoe ~> 2.13
rdoc ~> 3.10

Owners:

Authors:

  • pasberth

SHA 256 checksum:

3a96d502fd0cf27b965412c2844d885d3ba47689717db42f71b0b4a5f16c5de2

Total downloads 14,693

For this version 3,406

Licenses:

N/A

Required Ruby Version: None

Links: