Sha256: 2ffbf38c641414bd2acf5e9a1bc141500ee5e478c8401c5d71631ea9fea084c3
Contents?: true
Size: 261 Bytes
Versions: 22
Compression:
Stored size: 261 Bytes
Contents
class Lono::Extensions module Dsl def extend_with(*args, **options) register_extension_helper(args, options) end def register_extension_helper(args, options={}) Lono::Jade::Registry.register_extension(args, options) end end end
Version data entries
22 entries across 22 versions & 1 rubygems