Skip to content

Commit 0484508

Browse files
committed
Merge pull request #26 from alunny/master
expose #options attribute
2 parents 6efb922 + e5555e3 commit 0484508

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)