10 11 12
# File 'lib/code/node/base_8.rb', line 10 def evaluate(**_args) ::Code::Object::Integer.new(@base_8.to_i(8)) end