I am working in live project and understanding the existing code. like
Module Rating
  def current_rating 
     # some code here
  end
end
And called this method in included class. 
How it works? 
Actually I know about module but not used much. Say I am beginner for Module
 
     
    