class String

Public Instance Methods

to_a() click to toggle source
# File lib/pre_push.rb, line 76
def to_a
        [self]
end