module Englishest
Encapsulate all the contrivances to allow a coding style using more English vocabulary, especially enabling to express ideas without ideographi operators.
Constants
- VERSION
Public Class Methods
covered_types()
click to toggle source
Return list of submodules whose name matches a class or module that is affected by the gem
# File lib/englishest.rb, line 102 def self.covered_types Englishest.constants.grep_v(/VERSION|Error/) end