yep, last_match returns a MatchData object, which contains some
wrapper methods, including a string of the last successful pattern
match. Hence, pre_match would fall under MatchData, not Regexp.

On Sep 6, 10:21 am, Rick <richard.t.ll...@gmail.com> wrote:
> http://www.ruby-doc.org/core-1.9.3/MatchData.html#method-i-pre_match
>
>
>
>
>
>
>
> On Thursday, September 6, 2012 1:40:31 AM UTC-4, John Merlino wrote:
>
> > I looked in ruby documentation
>
> >http://www.ruby-doc.org/core-1.9.3/Regexp.html
>
> > I cannot find a method called pre_match but its used in Rails...
>
> > @template.instance_variable_get("@#{Regexp.last_match.pre_match}")

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to