Skip to content

Commit e5555e3

Browse files
committed
expose #options attribute
1 parent 6efb922 commit e5555e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/closure/compiler.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class Error < StandardError; end
99
# The Closure::Compiler is a basic wrapper around the actual JAR. There's not
1010
# much to see here.
1111
class Compiler
12+
13+
attr_accessor :options
1214

1315
DEFAULT_OPTIONS = {
1416
:warning_level => 'QUIET',

0 commit comments

Comments
 (0)