Sha256: 8421cd0bb7fc5532600712b14edc89263fdfd8217e373a6e99d02b2e72003627
Contents?: true
Size: 181 Bytes
Versions: 56
Compression:
Stored size: 181 Bytes
Contents
module LiteralLambdaMethods SOME_CONSTANT = "some value" def self.literal_lambda_with_constant ->{SOME_CONSTANT} end # module_function :literal_lambda_with_constant end
Version data entries
56 entries across 56 versions & 3 rubygems