Sha256: 350bcdfea1defec6c31fd29645bb00c65d4dd32fcb76100a2e218b2adda27432
Contents?: true
Size: 361 Bytes
Versions: 6
Compression:
Stored size: 361 Bytes
Contents
require 'aquarium/dsl/aspect_dsl' # Add the Aquarium::DSL convenience methods to Object. Only require this # file if you <i>really</i> want these methods on all objects in your runtime! # For example, Rails already adds <tt>before</tt> and <tt>after</tt> methods # to object, so including this file is not compatible! class Object include Aquarium::DSL end
Version data entries
6 entries across 6 versions & 1 rubygems