Sha256: c8afcad4c9e682cee5a3d385ff8d0e63f1c40eb4f32a8c90e7c824bb06bcb92c
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
require_relative "../lib/str2duck" puts 123.duck.class puts ["hello","world"].duck.class puts '{"hello":"world"}'.duck.class puts "hello: world".duck.class,"","---" Str2Duck::Config.yaml = false puts Str2Duck::Config.list,"","---" puts "hello: world".duck.class
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
str2duck-1.3.1 | examples/test.rb |
str2duck-1.3.0 | examples/test.rb |