Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Add forgotten file.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Apr 6, 2012
1 parent 4917f6c commit 198b435
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions lib/furnace/code/newline_token.rb
@@ -0,0 +1,9 @@
module Furnace
module Code
class NewlineToken < TerminalToken
def to_text
"\n"
end
end
end
end
2 changes: 1 addition & 1 deletion lib/furnace/version.rb
@@ -1,3 +1,3 @@
module Furnace
VERSION = "0.0.7"
VERSION = "0.0.8"
end

0 comments on commit 198b435

Please sign in to comment.