Method: Casper::Entity::ModuleBytes#initialize
- Defined in:
- lib/entity/module_bytes.rb
#initialize(module_bytes, args = []) ⇒ ModuleBytes
Returns a new instance of ModuleBytes.
10 11 12 13 14 15 16 |
# File 'lib/entity/module_bytes.rb', line 10 def initialize(module_bytes, args = []) # puts args[0][0].get_name # puts args[0][0].get_value @tag = 0 @module_bytes = module_bytes @args = args end |