Method: Eapi::TypeChecker#initialize
- Defined in:
- lib/eapi/type_checker.rb
#initialize(given_type, allow_raw = false) ⇒ TypeChecker
Returns a new instance of TypeChecker.
18 19 20 21 |
# File 'lib/eapi/type_checker.rb', line 18 def initialize(given_type, allow_raw = false) @given_type = given_type @allow_raw = allow_raw end |