appium / ruby_lib_core

Core library for the Ruby client
Apache License 2.0
32 stars 23 forks source link

add type (RBS) #296

Open KazuCocoa opened 3 years ago

KazuCocoa commented 3 years ago

Not immediate, but it would be nice to have type.

e.g.

typeprof lib/appium_lib_core/driver.rb -o lib/appium_lib_core/driver.rbs
KazuCocoa commented 3 years ago

https://github.com/appium/ruby_lib_core/compare/typeprof-trial?expand=1 is an example. I tweaked untyped a bit.

Probably we'll get a library that generates RBS files from yard (docstring).