Class: Assignmenator::String

Inherits:
Object
  • Object
show all
Defined in:
lib/assignmenator.rb

Instance Method Summary collapse

Instance Method Details

#marks_the_spotObject



5
6
7
# File 'lib/assignmenator.rb', line 5

def marks_the_spot
	 	self.gsub("a", "X")
end