Module: Rubype
- Defined in:
- lib/rubype.rb,
lib/rubype/version.rb
Defined Under Namespace
Classes: ArgumentTypeError, ReturnTypeError
Constant Summary collapse
- VERSION =
"0.2.5"
- @@typed_method_info =
Hash.new({})
Class Method Summary collapse
Class Method Details
.typed_method_info ⇒ Object
51 52 53 |
# File 'lib/rubype.rb', line 51 def typed_method_info @@typed_method_info end |