Skip to content

Commit

Permalink
Merge 60f8695 into f3274cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vanakenm committed Apr 4, 2014
2 parents f3274cd + 60f8695 commit 6a3277b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/naught/test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
require "naught/version"
require 'naught/null_class_builder'
require 'naught/null_class_builder/commands'

class TestTest
def build()
["a","b","c"].each {|s|
p s unless s == "test"
}
end
end

0 comments on commit 6a3277b

Please sign in to comment.