Sha256: c15af39ba3b68f1c64639d251b5e938f1f432e4391a3a817378b435a9b117c81

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

module Rtml::ReverseEngineering::Simulator::Casting
  # Returns an instance of +Rtml::ReverseEngineering::Simulator+ with self as the initialization argument.
  def to_tml_simulator
    Rtml::ReverseEngineering::Simulator.new(self)
  end

  alias to_rtml_simulator to_tml_simulator
  alias to_simulator to_tml_simulator
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rtml-2.0.3 lib/rtml/reverse_engineering/simulator/casting.rb
rtml-2.0.2 lib/rtml/reverse_engineering/simulator/casting.rb
rtml-2.0.1 lib/rtml/reverse_engineering/simulator/casting.rb
rtml-2.0.0.alpha.1 lib/rtml/reverse_engineering/simulator/casting.rb