Sha256: 6c8918f10e80bc88deabf75cb50e9a0dc8f377260db0d8740af4908bda50ae69
Contents?: true
Size: 150 Bytes
Versions: 3
Compression:
Stored size: 150 Bytes
Contents
class EotbActor attr_reader :actor def initialize(object) @actor = object.inspect end def inspect @actor.inspect end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eotb-0.2.2 | lib/eotb_actor.rb |
eotb-0.2.1 | lib/eotb_actor.rb |
eotb-0.2.0 | lib/eotb_actor.rb |