# File test/src/simple_monad_test.rb, line 9
  def initialize(v)
    initMonad(MyMonad, v);
  end