use ast that produces ruby output
This commit is contained in:
5
Gemfile
5
Gemfile
@ -5,9 +5,8 @@ gem "rake"
|
||||
gem "soml-parser" , :path => "."
|
||||
|
||||
# use this for debugging, the printout is better (cut/paste)
|
||||
gem "ast" #, :github => "dancinglightning/ast" , :branch => :new_inspect
|
||||
#gem "ast"
|
||||
|
||||
gem "ast" , :github => "dancinglightning/ast"
|
||||
|
||||
# Add dependencies to develop your gem here.
|
||||
# Include everything needed to run rake, tests, features, etc.
|
||||
group :development do
|
||||
|
Reference in New Issue
Block a user