Sha256: 36f244f00d1e246f692c8a17866938d78c66b5f96aa53c75e6594bc739b7785a
Contents?: true
Size: 251 Bytes
Versions: 5
Compression:
Stored size: 251 Bytes
Contents
# function arrows methodA:-> 'A' methodB:=> 'B' methodC:()=> 'C' methodD:()-> 'D' methodE:(a,b)-> 'E' methodF:(c,d)-> 'F' -> 'G' => 'H' (-> 'I') (=> 'J') # strings "#{wow}" "w#{wow}w" "#wow" "wow#" "w#ow" '#{wow}' 'w#{wow}w' '#wow' 'wow#' 'w#ow'
Version data entries
5 entries across 5 versions & 2 rubygems