pocke / rbs_rails

Apache License 2.0
282 stars 33 forks source link

Fix #277: CollectionProxy should include Enumerable explicitly #278

Open tk0miya opened 4 months ago

tk0miya commented 4 months ago

o precise the types of enumerable methods of CollectionProxy object, this adds include statement to the generated CollectionProxy types.

refs: https://github.com/pocke/rbs_rails/issues/277

Note: this includes https://github.com/pocke/rbs_rails/pull/274.