Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #6860

Re: unterminated string meets end of file

Newsgroups comp.lang.ruby
Date 2013-08-08 02:23 -0700
References <82f9d89b-33da-48cc-adc8-1a6776f29050@googlegroups.com> <d651cbfc-f251-4dea-a676-cbf0f6ac01a5@googlegroups.com>
Message-ID <e4584c14-244d-4dd1-9162-870902ff41c6@googlegroups.com> (permalink)
Subject Re: unterminated string meets end of file
From div n <divya.n25@gmail.com>

Show all headers | View raw


Thanks Andi.Helped me resolve the issue.

I would also like to know in the following what should i put in order to replace ." with a blank space or empty space in the file ? 

@original_string_or_regex = "."" 
@replacement_string = "" 

On Wednesday, August 7, 2013 6:43:44 PM UTC+5:30, Andi Altendorfer wrote:
> instead of
> 
> 
> 
> @replacement_string = """ 
> 
> 
> 
> use
> 
> 
> 
> @replacement_string = '"' 
> 
> 
> 
> 
> 
> On Wednesday, August 7, 2013 1:46:22 PM UTC+2, div n wrote:
> 
> ...
> 
> > can anyone suggest on how to fix this?

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

unterminated string meets end of file div n <divya.n25@gmail.com> - 2013-08-07 04:46 -0700
  Re: unterminated string meets end of file Andi Altendorfer <iboard.cc@gmail.com> - 2013-08-07 06:13 -0700
    Re: unterminated string meets end of file div n <divya.n25@gmail.com> - 2013-08-08 02:23 -0700
      Re: unterminated string meets end of file Andi Altendorfer <iboard.cc@gmail.com> - 2013-08-08 04:07 -0700
        Re: unterminated string meets end of file Simon Krahnke <overlord@gmx.li> - 2013-08-08 21:31 +0200
          Re: unterminated string meets end of file Robert Klemme <shortcutter@googlemail.com> - 2013-08-12 21:15 +0200

csiph-web