Module: Ruby::Proto
- Defined in:
- lib/ruby/proto.rb,
lib/ruby/proto/version.rb
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
Class Method Details
.testForRequire ⇒ Object
6 7 8 |
# File 'lib/ruby/proto.rb', line 6 def testForRequire() true end |
.toProtoData(_hash, _proc) ⇒ Object
10 11 12 13 |
# File 'lib/ruby/proto.rb', line 10 def toProtoData(_hash, _proc) protoData(_proc, _hash) _proc end |