Module: Utils::Helpers

Extended by:
Helpers
Included in:
Casper::Entity::DeployExecutable, DeploySerializer, Helpers
Defined in:
lib/utils/helpers.rb

Instance Method Summary collapse

Instance Method Details

#construct_inner_clvalue(cl_type, value) ⇒ Object



4
5
6
7
8
# File 'lib/utils/helpers.rb', line 4

def construct_inner_clvalue(cl_type, value)
  if cl_type == "U64"
    CLu64.new(value)
  end
end