tobynet/chek

View on GitHub
lib/chek.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
require "chek/version"

module Kernel
  def ☑ path
    require path
  end

  def ☐ path
  end
end