Class: MemFile
Instance Method Summary collapse
- #get_string ⇒ Object
-
#initialize ⇒ MemFile
constructor
A new instance of MemFile.
- #print(str) ⇒ Object
Constructor Details
#initialize ⇒ MemFile
Returns a new instance of MemFile.
5166 5167 5168 |
# File 'lib/tecsgen/core/generate.rb', line 5166 def initialize @string = "" end |