projects
/
ruby-eet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed the ancient Rake version test.
[ruby-eet.git]
/
test
/
common.rb
1
class WrappedString
2
def initialize(blah)
3
@blah = blah
4
end
5
6
private
7
def to_eet_name
8
"String"
9
end
10
11
def to_eet_properties
12
{"buf" => [@blah]}
13
end
14
end