Sha256: fc348c12642c20494f721f01eb271cff4cdbe5ec0d5eaf5bc68747214a0f0a2d
Contents?: true
Size: 968 Bytes
Versions: 5
Compression:
Stored size: 968 Bytes
Contents
module Rails module Generators class PluginGenerator < AppBase # It is necessary to satisfy alias target. # TODO: Define this method to correct place. def app_path: () -> untyped end end end # rbs gem has erb library but it doesn't have ERB::Compiler definition. class ERB class Compiler end end # Remove the fake Minitest type # if the real type of Minitest is available module Minitest class SummaryReporter end class StatisticsReporter end end # Remove the fake Rack type # if the real type of Minitest is available module Rack class Server end end # Remove the fake RDoc type # if the real type of Minitest is available module RDoc module Generator class SDoc end end class Task end end # Remove the fake types for Gem::Version # if the real types are available. module Gem class Version end end # Remove the fake types for FileUtils # if the real types are available. module FileUtils end
Version data entries
5 entries across 5 versions & 1 rubygems