# File lib/bio/graphics/page.rb, line 396
def
write
(
file
)
File
.
open
(
file
,
'w'
).
write
(
get_markup
)
end