module Vmstator class Forks def initialize puts "forks" end end end