class SpeakLikeMe

Public Class Methods

new( input ) click to toggle source
# File lib/sanoj.rb, line 3
def initialize( input )
  @input = input
end

Public Instance Methods

sanoj() click to toggle source
# File lib/sanoj.rb, line 6
def sanoj
  @input.reverse
end