# File wfo/workarea.rb, line 91
def
local_text=
(
text
)
@filename
.
open
(
'wb'
) {
|
f
|
f
.
write
text
}
end