Sha256: 89c6c5a58fa6f24659c79bc434018ff72132422497e429bf8360a516850fa35f
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
require 'tuturu/version' module Tuturu module Extension def tuturu true end alias_method(:to_true, :tuturu) end end class BasicObject include(::Tuturu::Extension) end module Kernel def Tuturu(_) tuturu end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tuturu-0.1.0 | lib/tuturu.rb |