Module: Ruby::Proto

Defined in:
lib/ruby/proto.rb,
lib/ruby/proto/version.rb

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.testForRequire(_name) ⇒ Object



6
7
8
# File 'lib/ruby/proto.rb', line 6

def testForRequire(_name)
  "has_been_required_#{_name}"
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