Created
October 19, 2011 18:46
-
-
Save atimin/1299257 to your computer and use it in GitHub Desktop.
Lipa release-0.2.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t = Lipa::Tree.new :tree do | |
kind :some_kind, :for => :node | |
with :attr_1 => 999 do | |
some_kind :obj_1 | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment