Sha256: 8ba8ec4f721596fad83222e96bcc65ef48f03e0295bee680aaeba8e1e4d308f4
Contents?: true
Size: 265 Bytes
Versions: 19
Compression:
Stored size: 265 Bytes
Contents
module Examples class ScopeBreaking include JSON::SchemaBuilder def example object do |parent| other_method parent end end def other_method(parent) parent.object :one do integer :two end end end end
Version data entries
19 entries across 19 versions & 1 rubygems