# File lib/ruby-vpi/util.rb, line 7
7:
def
rstrip_from
a
8:
sub
(
/#{a}[^#{a}]*$/
,
''
) 9:
end