Skip to content

Commit 3c105f9

Browse files
committed
check
1 parent caf5b43 commit 3c105f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gems/rqrcode/2.2/rqrcode.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RQRCode
44
type mode = :number | :alphanumeric | :byte_8bit | :kanji
55
type segment = { data: String, mode: mode }
66

7-
def initialize: (String, *untyped) -> void
7+
def initialize: (String) -> void
88
def as_svg: (?offset: Integer, ?fill: String | :white | :currentColor, ?color: String | :black | :currentColor, ?module_size: Integer, ?shape_rendering: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision", ?standalone: bool, ?use_path: bool, ?viewbox: bool, ?svg_attributes: Hash[untyped, untyped]) -> String
99
def as_png: (?fill: untyped, ?color: untyped, ?size: Integer, ?border_modules: Integer, ?module_px_size: Integer, ?border: Integer, ?resize_exactly_to: bool, ?resize_gte_to: bool) -> ChunkyPNG::Image
1010
| (file: untyped, ?fill: untyped, ?color: untyped, ?color_mode: Integer, ?bit_depth: Integer, ?interlace: bool, ?compression: untyped, ?size: Integer, ?border_modules: Integer, ?module_px_size: Integer, ?border: Integer, ?resize_exactly_to: bool, ?resize_gte_to: bool) -> ChunkyPNG::Image

0 commit comments

Comments
 (0)