class Assignmenator::String

Public Instance Methods

marks_the_spot() click to toggle source
# File lib/assignmenator.rb, line 5
def marks_the_spot
           self.gsub("a", "X")
end