Sha256: 979554b7b7c7e53a6343138c188c05a0b9778da74feaa986006f28e8a67bba7a
Contents?: true
Size: 467 Bytes
Versions: 13
Compression:
Stored size: 467 Bytes
Contents
module Restfulie module Client module Mikyung module Languages module Portuguese def Quando(concat, &block) When(concat, &block) end def E(concat, &block) And(concat, &block) end def Mas(concat, &block) But(concat, &block) end def Entao(concat, &block) Then(concat, &block) end end end end end end
Version data entries
13 entries across 13 versions & 2 rubygems