Skip to content

Commit

Permalink
type using Compiler::Generator class
Browse files Browse the repository at this point in the history
  • Loading branch information
katsyoshi committed May 20, 2023
1 parent 596999c commit 583efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/vaporware.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Vaporware
# class methods
def self.compile: (String, ?compiler: String, ?dest: String, ?debug: bool, ?compiler_options: Array[String], ?shared: bool) -> nil
def initialize: (String, ?_precompile: String, ?debug: bool, ?shared: bool) -> untyped
@generator: untyped
@generator: Vaporware::Compiler::Generator
# instance methods
def compile: (?compiler: String, ?compiler_options: Array[String]) -> nil
class Generator
Expand Down

0 comments on commit 583efbf

Please sign in to comment.