Sha256: e14027e386f0beeb637341c6ef011a485a79d5692f37c2648063e807d30cd72b

Contents?: true

Size: 114 Bytes

Versions: 10

Compression:

Stored size: 114 Bytes

Contents

module MethodicActor
  def on_message(message)
    method, *args = message
    self.send(method, *args)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tax_generator-0.8.0 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.7.1 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.7.0 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.6.6 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.6.5 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.6.4 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.6.3 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.6.2 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.6.1 lib/tax_generator/helpers/methodic_actor.rb
tax_generator-0.6.0 lib/tax_generator/helpers/methodic_actor.rb