[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dennou-ruby:002966] Re: 単位がpercentのGphys



西澤です。

中身はまったくみていないので、
まったく見当はずれかもしれませんが、

>> >      if @copy.sub!(%r{^[ \t]*(per|PER|/)[ \t]*}, '') then
が原因であるならば

if @copy.sub!(%r{^[ \t]+(per|PER)[ \t]+},'') || @copy.sub!(%r{^[
\t]*/[^ \t]*},'') then
or
if @copy.sub!(/\s+(per|PER)\s+/,'') || @copy.sub!(/\s*\/\s*/,'') then

にすればいいのですかね?


-- 
Seiya Nishizawa
Department of Geophysics, Kyoto University
Oiwake-cho Kitashirakawa Sakyo-ku Kyoto, Japan, 606-8502
Tel: +81-75-753-3935