Object
All DSL clases should inherit this Base class
Base
# File lib/api_sketch/dsl/base.rb, line 4 def use_shared_block(name) self.instance_eval(&::ApiSketch::Model::SharedBlock.find(name)) end