Develop and Download Open Source Software

Browse Subversion Repository

Diff of /buffer.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 38 by bluedwarf, Wed Apr 18 11:20:22 2007 UTC revision 52 by bluedwarf, Sun Apr 22 19:56:11 2007 UTC
# Line 235  module Edmaru Line 235  module Edmaru
235    
236        refresh_windows        refresh_windows
237      end      end
238    
239        def save
240          if @filename.empty?
241            #ToDo: make user input file name.
242          else
243            f = open(@filename, "w")
244            f.write @lines.join("\n")
245            f.close
246          end
247        end
248    end    end
249  end  end

Legend:
Removed from v.38  
changed lines
  Added in v.52

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26