Sha256: fe5f3867b0da9a35ece2d30ea3eabc871f80903633c28271e3136db0d057d941
Contents?: true
Size: 168 Bytes
Versions: 12
Compression:
Stored size: 168 Bytes
Contents
module Lurker class ErbSchemaContext def allowed(*names) "Allowed values: #{names.join(', ')}" end def get_binding binding end end end
Version data entries
12 entries across 12 versions & 1 rubygems