class Sample
  def a_method
    puts "Some String"
  end
end