module Daitai::True

Public Instance Methods

true() click to toggle source
# File lib/daitai/functions/true.rb, line 5
def true
  always.(true)
end