Module: Englishest

Defined in:
lib/englishest.rb,
lib/englishest/version.rb

Overview

Encapsulate all the contrivances to allow a coding style using more English vocabulary, especially enabling to express ideas without ideographi operators.

Defined Under Namespace

Modules: Array, BasicObject, Comparable, Dir, Kernel, Regexp, String, SystemCallError Classes: Error

Constant Summary collapse

VERSION =
"0.2.0"

Class Method Summary collapse

Class Method Details

.covered_typesObject

Return list of submodules whose name matches a class or module that is affected by the gem



102
103
104
# File 'lib/englishest.rb', line 102

def self.covered_types
  Englishest.constants.grep_v(/VERSION|Error/)
end