Module: RaaP
- Defined in:
- lib/raap.rb,
lib/raap/cli.rb,
lib/raap/rbs.rb,
lib/raap/type.rb,
lib/raap/sized.rb,
lib/raap/value.rb,
lib/raap/result.rb,
lib/raap/version.rb,
lib/raap/coverage.rb,
lib/raap/minitest.rb,
lib/raap/bind_call.rb,
lib/raap/value/top.rb,
lib/raap/value/void.rb,
lib/raap/method_type.rb,
lib/raap/value/bottom.rb,
lib/raap/value/module.rb,
lib/raap/function_type.rb,
lib/raap/value/variable.rb,
lib/raap/method_property.rb,
lib/raap/symbolic_caller.rb,
lib/raap/value/interface.rb,
lib/raap/type_substitution.rb,
lib/raap/value/intersection.rb
Defined Under Namespace
Modules: BindCall, Coverage, Minitest, RBS, Result, Value Classes: CLI, FunctionType, MethodProperty, MethodType, Sized, SymbolicCaller, Type, TypeSubstitution
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
16 17 18 |
# File 'lib/raap.rb', line 16 def logger @logger end |