Double

travis

repliee

Description

Something can be familiar, yet foreign at once.

Double allows you to use a constant before it is defined when metaprogramming.

Usage

class Foo
  extend Double
  Bar # nothing raised
end