Skip to content

Commit c374588

Browse files
committed
Fix autoload of LD::Patch::VERSION.
1 parent 6e53fd8 commit c374588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ld/patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module Patch
1414
autoload :Meta, 'ld/patch/meta'
1515
autoload :Parser, 'ld/patch/parser'
1616
autoload :Terminals, 'ld/patch/terminals'
17-
autoload :Version, 'ld/patch/version'
17+
autoload :VERSION, 'ld/patch/version'
1818

1919
##
2020
# Parse the given LD Patch `input` string.

0 commit comments

Comments
 (0)